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