pub enum UserpageStatus {
Updated,
Skipped,
}
Expand description
The outcome of Nvm::modify_userpage
Variants§
Updated
Userpage has been updated
Skipped
Update has been skipped; expected value is already present.
Trait Implementations§
Source§impl Clone for UserpageStatus
impl Clone for UserpageStatus
Source§fn clone(&self) -> UserpageStatus
fn clone(&self) -> UserpageStatus
Returns a copy 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 UserpageStatus
impl Debug for UserpageStatus
impl Copy for UserpageStatus
Auto Trait Implementations§
impl Freeze for UserpageStatus
impl RefUnwindSafe for UserpageStatus
impl Send for UserpageStatus
impl Sync for UserpageStatus
impl Unpin for UserpageStatus
impl UnwindSafe for UserpageStatus
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