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