pub struct Blocker(/* private fields */);Expand description
Concurrency structure, emitted as a user event immediately after certain
other events are emitted, which blocks the event loop until this Blocker
is dropped.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Blocker
impl RefUnwindSafe for Blocker
impl Send for Blocker
impl Sync for Blocker
impl Unpin for Blocker
impl UnwindSafe for Blocker
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