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