pub enum RestoreSkipReason {
MissingParent,
}Variants§
MissingParent
Trait Implementations§
Source§impl Clone for RestoreSkipReason
impl Clone for RestoreSkipReason
Source§fn clone(&self) -> RestoreSkipReason
fn clone(&self) -> RestoreSkipReason
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 RestoreSkipReason
Source§impl Debug for RestoreSkipReason
impl Debug for RestoreSkipReason
Auto Trait Implementations§
impl Freeze for RestoreSkipReason
impl RefUnwindSafe for RestoreSkipReason
impl Send for RestoreSkipReason
impl Sync for RestoreSkipReason
impl Unpin for RestoreSkipReason
impl UnsafeUnpin for RestoreSkipReason
impl UnwindSafe for RestoreSkipReason
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