pub struct FileStreamHandle { /* private fields */ }Expand description
Internal handle passed from the TorrentActor to construct a FileStream.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileStreamHandle
impl !RefUnwindSafe for FileStreamHandle
impl Send for FileStreamHandle
impl Sync for FileStreamHandle
impl Unpin for FileStreamHandle
impl UnsafeUnpin for FileStreamHandle
impl !UnwindSafe for FileStreamHandle
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