pub struct TimContext { /* private fields */ }Trait Implementations§
Source§impl Clone for TimContext
impl Clone for TimContext
Source§fn clone(&self) -> TimContext
fn clone(&self) -> TimContext
Returns a copy 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 moreSource§impl Debug for TimContext
impl Debug for TimContext
Auto Trait Implementations§
impl Freeze for TimContext
impl RefUnwindSafe for TimContext
impl Send for TimContext
impl Sync for TimContext
impl Unpin for TimContext
impl UnwindSafe for TimContext
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