Create an [ActiveValue::NotSet]
()
| 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 { |
no outgoing calls
no test coverage detected