enum EagernessSuggestion {
Eager,
NoChange,
Lazy,
ForceNoChange,
}
Variants§
Trait Implementations§
source§impl BitOrAssign<EagernessSuggestion> for EagernessSuggestion
impl BitOrAssign<EagernessSuggestion> for EagernessSuggestion
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl Clone for EagernessSuggestion
impl Clone for EagernessSuggestion
source§fn clone(&self) -> EagernessSuggestion
fn clone(&self) -> EagernessSuggestion
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 Ord for EagernessSuggestion
impl Ord for EagernessSuggestion
source§fn cmp(&self, other: &EagernessSuggestion) -> Ordering
fn cmp(&self, other: &EagernessSuggestion) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<EagernessSuggestion> for EagernessSuggestion
impl PartialEq<EagernessSuggestion> for EagernessSuggestion
source§fn eq(&self, other: &EagernessSuggestion) -> bool
fn eq(&self, other: &EagernessSuggestion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<EagernessSuggestion> for EagernessSuggestion
impl PartialOrd<EagernessSuggestion> for EagernessSuggestion
source§fn partial_cmp(&self, other: &EagernessSuggestion) -> Option<Ordering>
fn partial_cmp(&self, other: &EagernessSuggestion) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for EagernessSuggestion
impl Eq for EagernessSuggestion
impl StructuralEq for EagernessSuggestion
impl StructuralPartialEq for EagernessSuggestion
Auto Trait Implementations§
impl RefUnwindSafe for EagernessSuggestion
impl Send for EagernessSuggestion
impl Sync for EagernessSuggestion
impl Unpin for EagernessSuggestion
impl UnwindSafe for EagernessSuggestion
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Eager
: 0 bytesNoChange
: 0 bytesLazy
: 0 bytesForceNoChange
: 0 bytes