pub enum Dte {
Ready,
NotReady,
}Variants§
Trait Implementations§
impl Eq for Dte
impl StructuralPartialEq for Dte
Auto Trait Implementations§
impl Freeze for Dte
impl RefUnwindSafe for Dte
impl Send for Dte
impl Sync for Dte
impl Unpin for Dte
impl UnwindSafe for Dte
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