#[repr(u8)]pub enum EloRecordKind {
DeltaSpan = 0,
Snapshot = 1,
}Variants§
Trait Implementations§
Source§impl Clone for EloRecordKind
impl Clone for EloRecordKind
Source§fn clone(&self) -> EloRecordKind
fn clone(&self) -> EloRecordKind
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 EloRecordKind
impl Debug for EloRecordKind
Source§impl PartialEq for EloRecordKind
impl PartialEq for EloRecordKind
impl Copy for EloRecordKind
impl Eq for EloRecordKind
impl StructuralPartialEq for EloRecordKind
Auto Trait Implementations§
impl Freeze for EloRecordKind
impl RefUnwindSafe for EloRecordKind
impl Send for EloRecordKind
impl Sync for EloRecordKind
impl Unpin for EloRecordKind
impl UnwindSafe for EloRecordKind
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