pub struct ReadingTime;
Implementations§
Source§impl ReadingTime
impl ReadingTime
pub fn new() -> ReadingTime
Trait Implementations§
Source§impl Default for ReadingTime
impl Default for ReadingTime
Source§fn default() -> ReadingTime
fn default() -> ReadingTime
Returns the “default value” for a type. Read more
Source§impl Preprocessor for ReadingTime
impl Preprocessor for ReadingTime
Auto Trait Implementations§
impl Freeze for ReadingTime
impl RefUnwindSafe for ReadingTime
impl Send for ReadingTime
impl Sync for ReadingTime
impl Unpin for ReadingTime
impl UnwindSafe for ReadingTime
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