pub struct FlagType;Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlagType
impl<'de> Deserialize<'de> for FlagType
Source§fn deserialize<D>(deserializer: D) -> Result<FlagType, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<FlagType, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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