pub struct BridgeCancelHandle { /* private fields */ }Expand description
Handle used to send cancel/shutdown commands independently of evt_rx.
Obtained via AcpBridge::cancel_handle() so the caller can borrow evt_rx
mutably while still being able to send cancel commands.
Implementations§
Trait Implementations§
Source§impl Clone for BridgeCancelHandle
impl Clone for BridgeCancelHandle
Source§fn clone(&self) -> BridgeCancelHandle
fn clone(&self) -> BridgeCancelHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BridgeCancelHandle
impl RefUnwindSafe for BridgeCancelHandle
impl Send for BridgeCancelHandle
impl Sync for BridgeCancelHandle
impl Unpin for BridgeCancelHandle
impl UnsafeUnpin for BridgeCancelHandle
impl UnwindSafe for BridgeCancelHandle
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