pub struct DefaultFetcher;Trait Implementations§
Source§impl Debug for DefaultFetcher
impl Debug for DefaultFetcher
Source§impl Default for DefaultFetcher
impl Default for DefaultFetcher
Source§fn default() -> DefaultFetcher
fn default() -> DefaultFetcher
Returns the “default value” for a type. Read more
Source§impl TimeFetcher for DefaultFetcher
impl TimeFetcher for DefaultFetcher
fn get_monotonic(&self) -> MonotonicInstant
fn get_boot(&self) -> BootInstant
Auto Trait Implementations§
impl Freeze for DefaultFetcher
impl RefUnwindSafe for DefaultFetcher
impl Send for DefaultFetcher
impl Sync for DefaultFetcher
impl Unpin for DefaultFetcher
impl UnsafeUnpin for DefaultFetcher
impl UnwindSafe for DefaultFetcher
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