pub enum RestoreApplyMarkState {
Completed,
Failed,
}Expand description
RestoreApplyMarkState
Variants§
Trait Implementations§
Source§impl Clone for RestoreApplyMarkState
impl Clone for RestoreApplyMarkState
Source§fn clone(&self) -> RestoreApplyMarkState
fn clone(&self) -> RestoreApplyMarkState
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 RestoreApplyMarkState
impl Debug for RestoreApplyMarkState
Source§impl PartialEq for RestoreApplyMarkState
impl PartialEq for RestoreApplyMarkState
impl Eq for RestoreApplyMarkState
impl StructuralPartialEq for RestoreApplyMarkState
Auto Trait Implementations§
impl Freeze for RestoreApplyMarkState
impl RefUnwindSafe for RestoreApplyMarkState
impl Send for RestoreApplyMarkState
impl Sync for RestoreApplyMarkState
impl Unpin for RestoreApplyMarkState
impl UnsafeUnpin for RestoreApplyMarkState
impl UnwindSafe for RestoreApplyMarkState
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