Struct rlp::PayloadInfo
source · [−]Expand description
Stores basic information about item
Fields
header_len: usize
Header length in bytes
value_len: usize
Value length in bytes
Implementations
sourceimpl PayloadInfo
impl PayloadInfo
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PayloadInfo
impl Send for PayloadInfo
impl Sync for PayloadInfo
impl Unpin for PayloadInfo
impl UnwindSafe for PayloadInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more