pub struct RecordInfo {
pub next_entry: RecordId,
pub record: Record,
}Fields§
§next_entry: RecordId§record: RecordImplementations§
Source§impl RecordInfo
impl RecordInfo
pub fn parse(data: &[u8]) -> Result<Self, RecordParseError>
Trait Implementations§
Source§impl Clone for RecordInfo
impl Clone for RecordInfo
Source§fn clone(&self) -> RecordInfo
fn clone(&self) -> RecordInfo
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 moreAuto Trait Implementations§
impl Freeze for RecordInfo
impl RefUnwindSafe for RecordInfo
impl Send for RecordInfo
impl Sync for RecordInfo
impl Unpin for RecordInfo
impl UnwindSafe for RecordInfo
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