pub struct IndexCancellation { /* private fields */ }Expand description
Cloneable cancellation signal shared by one indexing operation.
Implementations§
Trait Implementations§
Source§impl Clone for IndexCancellation
impl Clone for IndexCancellation
Source§fn clone(&self) -> IndexCancellation
fn clone(&self) -> IndexCancellation
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 IndexCancellation
impl Debug for IndexCancellation
Source§impl Default for IndexCancellation
impl Default for IndexCancellation
Source§fn default() -> IndexCancellation
fn default() -> IndexCancellation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IndexCancellation
impl RefUnwindSafe for IndexCancellation
impl Send for IndexCancellation
impl Sync for IndexCancellation
impl Unpin for IndexCancellation
impl UnwindSafe for IndexCancellation
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