pub enum RecordFlags {
Deleted = 32,
Ignored = 4_096,
}
Variants§
Trait Implementations§
Source§impl Clone for RecordFlags
impl Clone for RecordFlags
Source§fn clone(&self) -> RecordFlags
fn clone(&self) -> RecordFlags
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 Debug for RecordFlags
impl Debug for RecordFlags
Source§impl From<RecordFlags> for RecordFlags_CEnum
impl From<RecordFlags> for RecordFlags_CEnum
Source§fn from(value: RecordFlags) -> Self
fn from(value: RecordFlags) -> Self
Converts to this type from the input type.
Source§impl Hash for RecordFlags
impl Hash for RecordFlags
Source§impl Ord for RecordFlags
impl Ord for RecordFlags
Source§fn cmp(&self, other: &RecordFlags) -> Ordering
fn cmp(&self, other: &RecordFlags) -> 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 for RecordFlags
impl PartialEq for RecordFlags
Source§impl PartialOrd for RecordFlags
impl PartialOrd for RecordFlags
Source§impl TryFrom<RecordFlags_CEnum> for RecordFlags
impl TryFrom<RecordFlags_CEnum> for RecordFlags
impl Copy for RecordFlags
impl Eq for RecordFlags
impl StructuralPartialEq for RecordFlags
Auto Trait Implementations§
impl Freeze for RecordFlags
impl RefUnwindSafe for RecordFlags
impl Send for RecordFlags
impl Sync for RecordFlags
impl Unpin for RecordFlags
impl UnwindSafe for RecordFlags
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