pub enum MatchLintBehaviour {
AllTypes,
WellKnownTypes,
Never,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MatchLintBehaviour
impl Clone for MatchLintBehaviour
Source§fn clone(&self) -> MatchLintBehaviour
fn clone(&self) -> MatchLintBehaviour
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MatchLintBehaviour
Source§impl Deserialize for MatchLintBehaviour
impl Deserialize for MatchLintBehaviour
Source§fn deserialize(dcx: &DiagCtxt<'_>, value: &Spanned<DeValue<'_>>) -> Option<Self>
fn deserialize(dcx: &DiagCtxt<'_>, value: &Spanned<DeValue<'_>>) -> Option<Self>
Attempt to deserialize the value. Returns
None and raises an error on failure.impl Eq for MatchLintBehaviour
Source§impl FromDefault<MatchLintBehaviour> for MatchLintBehaviour
impl FromDefault<MatchLintBehaviour> for MatchLintBehaviour
Source§fn from_default(default: MatchLintBehaviour) -> Self
fn from_default(default: MatchLintBehaviour) -> Self
Creates this value from a default value.
Source§fn display_default(default: MatchLintBehaviour) -> impl Display
fn display_default(default: MatchLintBehaviour) -> impl Display
Writes the default value to a string.
Source§impl PartialEq for MatchLintBehaviour
impl PartialEq for MatchLintBehaviour
impl StructuralPartialEq for MatchLintBehaviour
Auto Trait Implementations§
impl DynSend for MatchLintBehaviour
impl DynSync for MatchLintBehaviour
impl Freeze for MatchLintBehaviour
impl RefUnwindSafe for MatchLintBehaviour
impl Send for MatchLintBehaviour
impl Sync for MatchLintBehaviour
impl Unpin for MatchLintBehaviour
impl UnsafeUnpin for MatchLintBehaviour
impl UnwindSafe for MatchLintBehaviour
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.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreLayout§
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:
AllTypes: 0 bytesWellKnownTypes: 0 bytesNever: 0 bytes