pub struct FsWriteSession { /* private fields */ }Expand description
Tracks an in-progress streaming write operation.
Auto Trait Implementations§
impl !Freeze for FsWriteSession
impl !RefUnwindSafe for FsWriteSession
impl Send for FsWriteSession
impl Sync for FsWriteSession
impl Unpin for FsWriteSession
impl UnsafeUnpin for FsWriteSession
impl UnwindSafe for FsWriteSession
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