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