pub struct FileStrWr<'a, 'vfs, Vfs: 'vfs>(/* private fields */)
where
'vfs: 'a;Trait Implementations§
Source§impl<'a, 'vfs, Vfs: WriteSupportingVfs<'vfs>> WriteTo<'vfs, Vfs> for FileStrWr<'a, 'vfs, Vfs>where
'vfs: 'a,
impl<'a, 'vfs, Vfs: WriteSupportingVfs<'vfs>> WriteTo<'vfs, Vfs> for FileStrWr<'a, 'vfs, Vfs>where
'vfs: 'a,
Source§impl<'a, Vfs: WriteSupportingVfsAsync + 'static> WriteToAsync<'a, Vfs> for FileStrWr<'a, 'a, Vfs>
Available on crate feature async only.
impl<'a, Vfs: WriteSupportingVfsAsync + 'static> WriteToAsync<'a, Vfs> for FileStrWr<'a, 'a, Vfs>
Available on crate feature
async only.Source§type Future = <FileBytesRefWr<'a, 'a, Vfs> as WriteToAsync<'a, Vfs>>::Future
type Future = <FileBytesRefWr<'a, 'a, Vfs> as WriteToAsync<'a, Vfs>>::Future
The future type returned by the async write function.
Auto Trait Implementations§
impl<'a, 'vfs, Vfs> Freeze for FileStrWr<'a, 'vfs, Vfs>
impl<'a, 'vfs, Vfs> RefUnwindSafe for FileStrWr<'a, 'vfs, Vfs>where
Vfs: RefUnwindSafe,
impl<'a, 'vfs, Vfs> Send for FileStrWr<'a, 'vfs, Vfs>where
Vfs: Sync,
impl<'a, 'vfs, Vfs> Sync for FileStrWr<'a, 'vfs, Vfs>where
Vfs: Sync,
impl<'a, 'vfs, Vfs> Unpin for FileStrWr<'a, 'vfs, Vfs>
impl<'a, 'vfs, Vfs> UnwindSafe for FileStrWr<'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