pub struct EventPermit(/* private fields */);Expand description
Permit for sending on the channel.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventPermit
impl RefUnwindSafe for EventPermit
impl Send for EventPermit
impl Sync for EventPermit
impl Unpin for EventPermit
impl UnwindSafe for EventPermit
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