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