pub enum FlagType {
Flag,
}Expand description
A type stand-in for the constant $y, deriving serde traits
Variants§
Flag
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlagType
impl<'de> Deserialize<'de> for FlagType
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 Ord for FlagType
impl Ord for FlagType
Source§impl PartialOrd for FlagType
impl PartialOrd for FlagType
impl Eq for FlagType
impl StructuralPartialEq for FlagType
Auto Trait Implementations§
impl Freeze for FlagType
impl RefUnwindSafe for FlagType
impl Send for FlagType
impl Sync for FlagType
impl Unpin for FlagType
impl UnwindSafe for FlagType
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