pub struct SeqEntry {
pub seq: u64,
pub entry: MasterLog,
}Fields§
§seq: u64§entry: MasterLogTrait Implementations§
Source§impl<'de> Deserialize<'de> for SeqEntry
impl<'de> Deserialize<'de> for SeqEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SeqEntry
impl RefUnwindSafe for SeqEntry
impl Send for SeqEntry
impl Sync for SeqEntry
impl Unpin for SeqEntry
impl UnsafeUnpin for SeqEntry
impl UnwindSafe for SeqEntry
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