enum Presence {
Unseen,
Seen,
}Expand description
Whether we have seen a constructor in the column or not.
Variants§
Trait Implementations§
source§impl Ord for Presence
impl Ord for Presence
source§impl PartialEq for Presence
impl PartialEq for Presence
source§impl PartialOrd for Presence
impl PartialOrd for Presence
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 Presence
impl Eq for Presence
impl StructuralEq for Presence
impl StructuralPartialEq for Presence
Auto Trait Implementations§
impl RefUnwindSafe for Presence
impl Send for Presence
impl Sync for Presence
impl Unpin for Presence
impl UnwindSafe for Presence
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
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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:
Unseen: 0 bytesSeen: 0 bytes