This commit is contained in:
Erik Wegner 2023-10-19 20:02:26 +02:00 committed by GitHub
parent bd9a0e9b7e
commit fef3a67856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -824,7 +824,7 @@ where
}
}
/// Check is a [Value] exists or not
/// Check if a [Value] exists or not
pub fn into_value(self) -> Option<Value> {
match self {
ActiveValue::Set(value) | ActiveValue::Unchanged(value) => Some(value.into()),