pub struct WatchSnapshot { /* private fields */ }Expand description
An opaque, cloneable capture of the active watch.
Trait Implementations§
Source§impl Clone for WatchSnapshot
impl Clone for WatchSnapshot
Source§fn clone(&self) -> WatchSnapshot
fn clone(&self) -> WatchSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for WatchSnapshot
impl !UnwindSafe for WatchSnapshot
impl Freeze for WatchSnapshot
impl Send for WatchSnapshot
impl Sync for WatchSnapshot
impl Unpin for WatchSnapshot
impl UnsafeUnpin for WatchSnapshot
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