pub enum EloHeader {
Delta(EloDeltaHeader),
Snapshot(EloSnapshotHeader),
}Variants§
Delta(EloDeltaHeader)
Snapshot(EloSnapshotHeader)
Trait Implementations§
impl Eq for EloHeader
impl StructuralPartialEq for EloHeader
Auto Trait Implementations§
impl Freeze for EloHeader
impl RefUnwindSafe for EloHeader
impl Send for EloHeader
impl Sync for EloHeader
impl Unpin for EloHeader
impl UnwindSafe for EloHeader
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