pub struct NUp(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NUp
impl<'de> Deserialize<'de> for NUp
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 PartialOrd for NUp
impl PartialOrd for NUp
impl Copy for NUp
impl StructuralPartialEq for NUp
Auto Trait Implementations§
impl Freeze for NUp
impl RefUnwindSafe for NUp
impl Send for NUp
impl Sync for NUp
impl Unpin for NUp
impl UnwindSafe for NUp
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