pub struct InspectArchiveCancellation { /* private fields */ }Expand description
Cooperative cancellation shared with blocking decryption and validation.
Implementations§
Source§impl InspectArchiveCancellation
impl InspectArchiveCancellation
pub fn cancel(&self)
pub fn is_cancelled(&self) -> bool
Trait Implementations§
Source§impl Clone for InspectArchiveCancellation
impl Clone for InspectArchiveCancellation
Source§fn clone(&self) -> InspectArchiveCancellation
fn clone(&self) -> InspectArchiveCancellation
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 Default for InspectArchiveCancellation
impl Default for InspectArchiveCancellation
Source§fn default() -> InspectArchiveCancellation
fn default() -> InspectArchiveCancellation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InspectArchiveCancellation
impl RefUnwindSafe for InspectArchiveCancellation
impl Send for InspectArchiveCancellation
impl Sync for InspectArchiveCancellation
impl Unpin for InspectArchiveCancellation
impl UnsafeUnpin for InspectArchiveCancellation
impl UnwindSafe for InspectArchiveCancellation
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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