pub struct TimeService {}Implementations§
Trait Implementations§
Source§impl Clone for TimeService
impl Clone for TimeService
Source§fn clone(&self) -> TimeService
fn clone(&self) -> TimeService
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TimeService
impl RefUnwindSafe for TimeService
impl Send for TimeService
impl Sync for TimeService
impl Unpin for TimeService
impl UnwindSafe for TimeService
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