Check if the [ActiveValue] is [ActiveValue::Unchanged]
(&self)
| 803 | |
| 804 | /// Check if the [ActiveValue] is [ActiveValue::Unchanged] |
| 805 | pub fn is_unchanged(&self) -> bool { |
| 806 | matches!(self, Self::Unchanged(_)) |
| 807 | } |
| 808 | |
| 809 | /// Create an [ActiveValue::NotSet] |
| 810 | pub fn not_set() -> Self { |
no outgoing calls
no test coverage detected