Struct dir_structure::FileBytesRefWr
source · pub struct FileBytesRefWr<'a>(/* private fields */);Expand description
The WriteTo wrapper around a reference to a [u8].
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FileBytesRefWr<'a>
impl<'a> Send for FileBytesRefWr<'a>
impl<'a> Sync for FileBytesRefWr<'a>
impl<'a> Unpin for FileBytesRefWr<'a>
impl<'a> UnwindSafe for FileBytesRefWr<'a>
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