pub enum AcceptanceMode {
Credulous,
Skeptical,
}Expand description
Which acceptance notion to use for the sweep.
Variants§
Credulous
Credulous: in at least one preferred extension.
Skeptical
Skeptical: in every preferred extension.
Trait Implementations§
Source§impl Clone for AcceptanceMode
impl Clone for AcceptanceMode
Source§fn clone(&self) -> AcceptanceMode
fn clone(&self) -> AcceptanceMode
Returns a duplicate 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 AcceptanceMode
impl Debug for AcceptanceMode
Source§impl PartialEq for AcceptanceMode
impl PartialEq for AcceptanceMode
impl Copy for AcceptanceMode
impl Eq for AcceptanceMode
impl StructuralPartialEq for AcceptanceMode
Auto Trait Implementations§
impl Freeze for AcceptanceMode
impl RefUnwindSafe for AcceptanceMode
impl Send for AcceptanceMode
impl Sync for AcceptanceMode
impl Unpin for AcceptanceMode
impl UnsafeUnpin for AcceptanceMode
impl UnwindSafe for AcceptanceMode
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.