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