Struct dir_structure::FileBytes
source · pub struct FileBytes(pub Vec<u8>);Tuple Fields§
§0: Vec<u8>Implementations§
Trait Implementations§
source§impl<'a> FromRefForWriter<'a> for FileBytes
impl<'a> FromRefForWriter<'a> for FileBytes
source§impl NewtypeToInner for FileBytes
impl NewtypeToInner for FileBytes
source§impl PartialEq for FileBytes
impl PartialEq for FileBytes
impl Eq for FileBytes
impl StructuralEq for FileBytes
impl StructuralPartialEq for FileBytes
Auto Trait Implementations§
impl RefUnwindSafe for FileBytes
impl Send for FileBytes
impl Sync for FileBytes
impl Unpin for FileBytes
impl UnwindSafe for FileBytes
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