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