pub struct EloSnapshotHeader {
pub vv: Vec<(Vec<u8>, u64)>,
pub key_id: String,
pub iv: [u8; 12],
}Fields§
§vv: Vec<(Vec<u8>, u64)>§key_id: String§iv: [u8; 12]Trait Implementations§
Source§impl Clone for EloSnapshotHeader
impl Clone for EloSnapshotHeader
Source§fn clone(&self) -> EloSnapshotHeader
fn clone(&self) -> EloSnapshotHeader
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 EloSnapshotHeader
impl Debug for EloSnapshotHeader
Source§impl PartialEq for EloSnapshotHeader
impl PartialEq for EloSnapshotHeader
impl Eq for EloSnapshotHeader
impl StructuralPartialEq for EloSnapshotHeader
Auto Trait Implementations§
impl Freeze for EloSnapshotHeader
impl RefUnwindSafe for EloSnapshotHeader
impl Send for EloSnapshotHeader
impl Sync for EloSnapshotHeader
impl Unpin for EloSnapshotHeader
impl UnwindSafe for EloSnapshotHeader
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