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