pub struct DynWrite(/* private fields */);Expand description
Garbage-collected data structure representing a write stream and implementing Copy.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynWrite
impl !RefUnwindSafe for DynWrite
impl !Send for DynWrite
impl !Sync for DynWrite
impl Unpin for DynWrite
impl !UnwindSafe for DynWrite
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