pub struct DefaultInterest;
Expand description
A marker for the default interest options as defined by the interfaces watcher API.
Trait Implementations§
Source§impl Clone for DefaultInterest
impl Clone for DefaultInterest
Source§fn clone(&self) -> DefaultInterest
fn clone(&self) -> DefaultInterest
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 DefaultInterest
impl Debug for DefaultInterest
Source§impl FieldInterests for DefaultInterest
impl FieldInterests for DefaultInterest
Source§type PreferredLifetimeInfo = DisableInterest
type PreferredLifetimeInfo = DisableInterest
Interest in the
preferred_lifetime_info
field.Source§type ValidUntil = DisableInterest
type ValidUntil = DisableInterest
Interest in the
valid_until
field.Source§impl Hash for DefaultInterest
impl Hash for DefaultInterest
Source§impl PartialEq for DefaultInterest
impl PartialEq for DefaultInterest
impl Eq for DefaultInterest
impl StructuralPartialEq for DefaultInterest
Auto Trait Implementations§
impl Freeze for DefaultInterest
impl RefUnwindSafe for DefaultInterest
impl Send for DefaultInterest
impl Sync for DefaultInterest
impl Unpin for DefaultInterest
impl UnwindSafe for DefaultInterest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)