pub struct SyncBlocker { /* private fields */ }Expand description
a blocker type with async release support the blocker would ignore the cancel need to deal with it in custom logic
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SyncBlocker
impl !RefUnwindSafe for SyncBlocker
impl Send for SyncBlocker
impl Sync for SyncBlocker
impl Unpin for SyncBlocker
impl UnwindSafe for SyncBlocker
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