pub struct AllInterest;
Expand description
A marker for interest in all optional fields.
Trait Implementations§
Source§impl Clone for AllInterest
impl Clone for AllInterest
Source§fn clone(&self) -> AllInterest
fn clone(&self) -> AllInterest
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 AllInterest
impl Debug for AllInterest
Source§impl FieldInterests for AllInterest
impl FieldInterests for AllInterest
Source§type PreferredLifetimeInfo = EnableInterest
type PreferredLifetimeInfo = EnableInterest
Interest in the
preferred_lifetime_info
field.Source§type ValidUntil = EnableInterest
type ValidUntil = EnableInterest
Interest in the
valid_until
field.Source§impl Hash for AllInterest
impl Hash for AllInterest
Source§impl PartialEq for AllInterest
impl PartialEq for AllInterest
impl Eq for AllInterest
impl StructuralPartialEq for AllInterest
Auto Trait Implementations§
impl Freeze for AllInterest
impl RefUnwindSafe for AllInterest
impl Send for AllInterest
impl Sync for AllInterest
impl Unpin for AllInterest
impl UnwindSafe for AllInterest
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
)