MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / not_set

Method not_set

src/entity/active_model.rs:810–812  ·  view source on GitHub ↗

Create an [ActiveValue::NotSet]

()

Source from the content-addressed store, hash-verified

808
809 /// Create an [ActiveValue::NotSet]
810 pub fn not_set() -> Self {
811 Self::default()
812 }
813
814 /// Check if the [ActiveValue] is [ActiveValue::NotSet]
815 pub fn is_not_set(&self) -> bool {

Callers 2

set_from_jsonMethod · 0.80
from_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected