pub enum PreparedDirectoryUpdateKind {
Prepared,
AlreadyPrepared,
}Variants§
Trait Implementations§
Source§impl Clone for PreparedDirectoryUpdateKind
impl Clone for PreparedDirectoryUpdateKind
Source§fn clone(&self) -> PreparedDirectoryUpdateKind
fn clone(&self) -> PreparedDirectoryUpdateKind
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 PreparedDirectoryUpdateKind
Source§impl Debug for PreparedDirectoryUpdateKind
impl Debug for PreparedDirectoryUpdateKind
Source§impl<'de> Deserialize<'de> for PreparedDirectoryUpdateKind
impl<'de> Deserialize<'de> for PreparedDirectoryUpdateKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PreparedDirectoryUpdateKind
impl StructuralPartialEq for PreparedDirectoryUpdateKind
Auto Trait Implementations§
impl Freeze for PreparedDirectoryUpdateKind
impl RefUnwindSafe for PreparedDirectoryUpdateKind
impl Send for PreparedDirectoryUpdateKind
impl Sync for PreparedDirectoryUpdateKind
impl Unpin for PreparedDirectoryUpdateKind
impl UnsafeUnpin for PreparedDirectoryUpdateKind
impl UnwindSafe for PreparedDirectoryUpdateKind
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