pub struct DateTimeOrDuration {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for DateTimeOrDuration
impl RefUnwindSafe for DateTimeOrDuration
impl Send for DateTimeOrDuration
impl Sync for DateTimeOrDuration
impl Unpin for DateTimeOrDuration
impl UnwindSafe for DateTimeOrDuration
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