pub struct WritableFileStream(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for WritableFileStream
impl Clone for WritableFileStream
Source§fn clone(&self) -> WritableFileStream
fn clone(&self) -> WritableFileStream
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WritableFileStream
impl Debug for WritableFileStream
Source§impl From<FileSystemWritableFileStream> for WritableFileStream
impl From<FileSystemWritableFileStream> for WritableFileStream
Source§fn from(handle: FileSystemWritableFileStream) -> Self
fn from(handle: FileSystemWritableFileStream) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Send for WritableFileStream
impl !Sync for WritableFileStream
impl Freeze for WritableFileStream
impl RefUnwindSafe for WritableFileStream
impl Unpin for WritableFileStream
impl UnsafeUnpin for WritableFileStream
impl UnwindSafe for WritableFileStream
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