Enum clippy_utils::comparisons::Rel
source · pub enum Rel {
Lt,
Le,
Eq,
Ne,
}
Expand description
Represent a normalized comparison operator.
Variants
Lt
<
Le
<=
Eq
==
Ne
!=
Trait Implementations
impl Copy for Rel
impl Eq for Rel
impl StructuralEq for Rel
impl StructuralPartialEq for Rel
Auto Trait Implementations
impl RefUnwindSafe for Rel
impl Send for Rel
impl Sync for Rel
impl Unpin for Rel
impl UnwindSafe for Rel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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:
Lt
: 0 bytesLe
: 0 bytesEq
: 0 bytesNe
: 0 bytes