pub struct FileBytesRefWr<'a, 'vfs, Vfs: 'vfs>(/* private fields */)
where
'vfs: 'a;Expand description
The WriteTo wrapper around a reference to a [u8].
Trait Implementations§
Source§impl<'a, 'vfs, Vfs: WriteSupportingVfs<'vfs>> WriteTo<'vfs, Vfs> for FileBytesRefWr<'a, 'vfs, Vfs>where
'vfs: 'a,
impl<'a, 'vfs, Vfs: WriteSupportingVfs<'vfs>> WriteTo<'vfs, Vfs> for FileBytesRefWr<'a, 'vfs, Vfs>where
'vfs: 'a,
Source§impl<'a, Vfs: WriteSupportingVfsAsync + 'static> WriteToAsync<'a, Vfs> for FileBytesRefWr<'a, 'a, Vfs>
Available on crate feature async only.
impl<'a, Vfs: WriteSupportingVfsAsync + 'static> WriteToAsync<'a, Vfs> for FileBytesRefWr<'a, 'a, Vfs>
Available on crate feature
async only.Auto Trait Implementations§
impl<'a, 'vfs, Vfs> Freeze for FileBytesRefWr<'a, 'vfs, Vfs>
impl<'a, 'vfs, Vfs> RefUnwindSafe for FileBytesRefWr<'a, 'vfs, Vfs>where
Vfs: RefUnwindSafe,
impl<'a, 'vfs, Vfs> Send for FileBytesRefWr<'a, 'vfs, Vfs>where
Vfs: Sync,
impl<'a, 'vfs, Vfs> Sync for FileBytesRefWr<'a, 'vfs, Vfs>where
Vfs: Sync,
impl<'a, 'vfs, Vfs> Unpin for FileBytesRefWr<'a, 'vfs, Vfs>
impl<'a, 'vfs, Vfs> UnwindSafe for FileBytesRefWr<'a, 'vfs, Vfs>where
Vfs: RefUnwindSafe,
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