pub struct M2dirEntryGetOutput {
pub entry: M2dirEntry,
pub contents: Vec<u8>,
}Expand description
Terminal output of M2dirEntryGet.
Fields§
§entry: M2dirEntryThe resolved entry (id + on-disk path).
contents: Vec<u8>Raw bytes read from the entry file.
Trait Implementations§
Source§impl Clone for M2dirEntryGetOutput
impl Clone for M2dirEntryGetOutput
Source§fn clone(&self) -> M2dirEntryGetOutput
fn clone(&self) -> M2dirEntryGetOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 M2dirEntryGetOutput
impl RefUnwindSafe for M2dirEntryGetOutput
impl Send for M2dirEntryGetOutput
impl Sync for M2dirEntryGetOutput
impl Unpin for M2dirEntryGetOutput
impl UnsafeUnpin for M2dirEntryGetOutput
impl UnwindSafe for M2dirEntryGetOutput
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