pub enum DE {
DE,
}
Variants§
DE
Trait Implementations§
Source§impl Ord for DE
impl Ord for DE
Source§impl PartialOrd for DE
impl PartialOrd for DE
impl Copy for DE
impl Eq for DE
impl StructuralPartialEq for DE
Auto Trait Implementations§
impl Freeze for DE
impl RefUnwindSafe for DE
impl Send for DE
impl Sync for DE
impl Unpin for DE
impl UnwindSafe for DE
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