pub struct NoInterest;
Expand description
A marker for a field that didn’t register interest with the watcher.
Trait Implementations§
Source§impl Clone for NoInterest
impl Clone for NoInterest
Source§fn clone(&self) -> NoInterest
fn clone(&self) -> NoInterest
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 NoInterest
impl Debug for NoInterest
Source§impl Default for NoInterest
impl Default for NoInterest
Source§fn default() -> NoInterest
fn default() -> NoInterest
Returns the “default value” for a type. Read more
Source§impl Hash for NoInterest
impl Hash for NoInterest
Source§impl PartialEq for NoInterest
impl PartialEq for NoInterest
impl Eq for NoInterest
impl StructuralPartialEq for NoInterest
Auto Trait Implementations§
impl Freeze for NoInterest
impl RefUnwindSafe for NoInterest
impl Send for NoInterest
impl Sync for NoInterest
impl Unpin for NoInterest
impl UnwindSafe for NoInterest
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