pub enum NativeCheckpointObservation {
Pending,
Indeterminate,
Quarantined,
Ready,
}Variants§
Trait Implementations§
Source§impl Clone for NativeCheckpointObservation
impl Clone for NativeCheckpointObservation
Source§fn clone(&self) -> NativeCheckpointObservation
fn clone(&self) -> NativeCheckpointObservation
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 moreimpl Copy for NativeCheckpointObservation
Source§impl Debug for NativeCheckpointObservation
impl Debug for NativeCheckpointObservation
impl Eq for NativeCheckpointObservation
impl StructuralPartialEq for NativeCheckpointObservation
Auto Trait Implementations§
impl Freeze for NativeCheckpointObservation
impl RefUnwindSafe for NativeCheckpointObservation
impl Send for NativeCheckpointObservation
impl Sync for NativeCheckpointObservation
impl Unpin for NativeCheckpointObservation
impl UnsafeUnpin for NativeCheckpointObservation
impl UnwindSafe for NativeCheckpointObservation
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