pub struct readTimeMinutes;
Trait Implementations§
Source§impl Field for readTimeMinutes
impl Field for readTimeMinutes
Auto Trait Implementations§
impl Freeze for readTimeMinutes
impl RefUnwindSafe for readTimeMinutes
impl Send for readTimeMinutes
impl Sync for readTimeMinutes
impl Unpin for readTimeMinutes
impl UnwindSafe for readTimeMinutes
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