pub struct RawSubBlock {
pub info: DirectorySubBlockInfo,
pub metadata: Vec<u8>,
pub data: Vec<u8>,
pub attachment: Vec<u8>,
}Fields§
§info: DirectorySubBlockInfo§metadata: Vec<u8>§data: Vec<u8>§attachment: Vec<u8>Trait Implementations§
Source§impl Clone for RawSubBlock
impl Clone for RawSubBlock
Source§fn clone(&self) -> RawSubBlock
fn clone(&self) -> RawSubBlock
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 RawSubBlock
impl Debug for RawSubBlock
Source§impl PartialEq for RawSubBlock
impl PartialEq for RawSubBlock
impl Eq for RawSubBlock
impl StructuralPartialEq for RawSubBlock
Auto Trait Implementations§
impl Freeze for RawSubBlock
impl RefUnwindSafe for RawSubBlock
impl Send for RawSubBlock
impl Sync for RawSubBlock
impl Unpin for RawSubBlock
impl UnsafeUnpin for RawSubBlock
impl UnwindSafe for RawSubBlock
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