pub enum EqualityNullableString {
Is {},
IsNot {},
IsNotNullT {},
IsNullT {},
}Variants§
Trait Implementations§
Source§impl Clone for EqualityNullableString
impl Clone for EqualityNullableString
Source§fn clone(&self) -> EqualityNullableString
fn clone(&self) -> EqualityNullableString
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EqualityNullableString
impl Debug for EqualityNullableString
Source§impl Default for EqualityNullableString
impl Default for EqualityNullableString
Source§impl<'de> Deserialize<'de> for EqualityNullableString
impl<'de> Deserialize<'de> for EqualityNullableString
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EqualityNullableString
impl PartialEq for EqualityNullableString
Source§impl Serialize for EqualityNullableString
impl Serialize for EqualityNullableString
impl StructuralPartialEq for EqualityNullableString
Auto Trait Implementations§
impl Freeze for EqualityNullableString
impl RefUnwindSafe for EqualityNullableString
impl Send for EqualityNullableString
impl Sync for EqualityNullableString
impl Unpin for EqualityNullableString
impl UnsafeUnpin for EqualityNullableString
impl UnwindSafe for EqualityNullableString
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more