pub struct StreamsGuard;Implementations§
Trait Implementations§
Source§impl Default for StreamsGuard
impl Default for StreamsGuard
Auto Trait Implementations§
impl Freeze for StreamsGuard
impl RefUnwindSafe for StreamsGuard
impl Send for StreamsGuard
impl Sync for StreamsGuard
impl Unpin for StreamsGuard
impl UnsafeUnpin for StreamsGuard
impl UnwindSafe for StreamsGuard
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