#[repr(i32)]pub enum ValidityType {
EOL = 0,
}
Variants§
EOL = 0
Trait Implementations§
Source§impl Clone for ValidityType
impl Clone for ValidityType
Source§fn clone(&self) -> ValidityType
fn clone(&self) -> ValidityType
Returns a copy of the value. Read more
1.0.0 · 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 ValidityType
impl Debug for ValidityType
Source§impl<'de> Deserialize<'de> for ValidityType
impl<'de> Deserialize<'de> for ValidityType
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 Display for ValidityType
impl Display for ValidityType
Source§impl From<ValidityType> for i32
impl From<ValidityType> for i32
Source§fn from(ty: ValidityType) -> Self
fn from(ty: ValidityType) -> Self
Converts to this type from the input type.
Source§impl Hash for ValidityType
impl Hash for ValidityType
Source§impl Ord for ValidityType
impl Ord for ValidityType
Source§fn cmp(&self, other: &ValidityType) -> Ordering
fn cmp(&self, other: &ValidityType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ValidityType
impl PartialEq for ValidityType
Source§impl PartialOrd for ValidityType
impl PartialOrd for ValidityType
Source§impl Serialize for ValidityType
impl Serialize for ValidityType
impl Copy for ValidityType
impl Eq for ValidityType
impl StructuralPartialEq for ValidityType
Auto Trait Implementations§
impl Freeze for ValidityType
impl RefUnwindSafe for ValidityType
impl Send for ValidityType
impl Sync for ValidityType
impl Unpin for ValidityType
impl UnwindSafe for ValidityType
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