pub enum UnloadActionKind {
ProviderApi,
ProcessExit,
Sleep,
Noop,
}Variants§
Trait Implementations§
Source§impl Clone for UnloadActionKind
impl Clone for UnloadActionKind
Source§fn clone(&self) -> UnloadActionKind
fn clone(&self) -> UnloadActionKind
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 UnloadActionKind
impl Debug for UnloadActionKind
impl Eq for UnloadActionKind
Source§impl PartialEq for UnloadActionKind
impl PartialEq for UnloadActionKind
Source§fn eq(&self, other: &UnloadActionKind) -> bool
fn eq(&self, other: &UnloadActionKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UnloadActionKind
impl Serialize for UnloadActionKind
impl StructuralPartialEq for UnloadActionKind
Auto Trait Implementations§
impl Freeze for UnloadActionKind
impl RefUnwindSafe for UnloadActionKind
impl Send for UnloadActionKind
impl Sync for UnloadActionKind
impl Unpin for UnloadActionKind
impl UnsafeUnpin for UnloadActionKind
impl UnwindSafe for UnloadActionKind
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