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