pub struct RelayCancellation { /* private fields */ }Expand description
Lightweight cancellation token for relay loops.
Implementations§
Trait Implementations§
Source§impl Clone for RelayCancellation
impl Clone for RelayCancellation
Source§fn clone(&self) -> RelayCancellation
fn clone(&self) -> RelayCancellation
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 moreSource§impl Debug for RelayCancellation
impl Debug for RelayCancellation
Source§impl Default for RelayCancellation
impl Default for RelayCancellation
Source§fn default() -> RelayCancellation
fn default() -> RelayCancellation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RelayCancellation
impl RefUnwindSafe for RelayCancellation
impl Send for RelayCancellation
impl Sync for RelayCancellation
impl Unpin for RelayCancellation
impl UnwindSafe for RelayCancellation
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