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