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