pub struct AFlat;Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AFlat
impl<'de> Deserialize<'de> for AFlat
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 AFlat
impl Ord for AFlat
Source§impl PartialOrd<AFlat> for usize
impl PartialOrd<AFlat> for usize
Source§impl PartialOrd<usize> for AFlat
impl PartialOrd<usize> for AFlat
Source§impl PartialOrd for AFlat
impl PartialOrd for AFlat
impl Copy for AFlat
impl Eq for AFlat
impl StructuralPartialEq for AFlat
Auto Trait Implementations§
impl Freeze for AFlat
impl RefUnwindSafe for AFlat
impl Send for AFlat
impl Sync for AFlat
impl Unpin for AFlat
impl UnwindSafe for AFlat
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