pub struct UnkValue(/* private fields */);
Expand description
dummy value
Trait Implementations§
Source§impl Ord for UnkValue
impl Ord for UnkValue
Source§impl PartialOrd for UnkValue
impl PartialOrd for UnkValue
impl Copy for UnkValue
impl Eq for UnkValue
impl StructuralPartialEq for UnkValue
Auto Trait Implementations§
impl Freeze for UnkValue
impl RefUnwindSafe for UnkValue
impl Send for UnkValue
impl Sync for UnkValue
impl Unpin for UnkValue
impl UnwindSafe for UnkValue
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