pub struct MyStream { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MyStream
impl RefUnwindSafe for MyStream
impl Send for MyStream
impl Sync for MyStream
impl Unpin for MyStream
impl UnwindSafe for MyStream
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