pub struct LaneCancellationToken { /* private fields */ }Expand description
A thread-safe caller signal translated to a lane-local Kernel cancellation token.
Implementations§
Trait Implementations§
Source§impl Clone for LaneCancellationToken
impl Clone for LaneCancellationToken
Source§fn clone(&self) -> LaneCancellationToken
fn clone(&self) -> LaneCancellationToken
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LaneCancellationToken
impl Debug for LaneCancellationToken
Auto Trait Implementations§
impl Freeze for LaneCancellationToken
impl RefUnwindSafe for LaneCancellationToken
impl Send for LaneCancellationToken
impl Sync for LaneCancellationToken
impl Unpin for LaneCancellationToken
impl UnsafeUnpin for LaneCancellationToken
impl UnwindSafe for LaneCancellationToken
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