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