Describe default value of ActiveValue on document (#556)
This commit is contained in:
parent
858953b478
commit
483de17da8
@ -652,6 +652,7 @@ impl<V> Default for ActiveValue<V>
|
|||||||
where
|
where
|
||||||
V: Into<Value>,
|
V: Into<Value>,
|
||||||
{
|
{
|
||||||
|
/// Create an [ActiveValue::NotSet]
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::NotSet
|
Self::NotSet
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user