Enum windows_metadata::reader::AsyncKind
source · [−]pub enum AsyncKind {
None,
Action,
ActionWithProgress,
Operation,
OperationWithProgress,
}
Variants
None
Action
ActionWithProgress
Operation
OperationWithProgress
Trait Implementations
impl Eq for AsyncKind
impl StructuralEq for AsyncKind
impl StructuralPartialEq for AsyncKind
Auto Trait Implementations
impl RefUnwindSafe for AsyncKind
impl Send for AsyncKind
impl Sync for AsyncKind
impl Unpin for AsyncKind
impl UnwindSafe for AsyncKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more