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