pub enum DeleteProblem {
NoKey = 1,
SecretFirst = 2,
AmbiguousSpecification = 3,
KeyOnSmartCard = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for DeleteProblem
impl Clone for DeleteProblem
Source§fn clone(&self) -> DeleteProblem
fn clone(&self) -> DeleteProblem
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 moreAuto Trait Implementations§
impl Freeze for DeleteProblem
impl RefUnwindSafe for DeleteProblem
impl Send for DeleteProblem
impl Sync for DeleteProblem
impl Unpin for DeleteProblem
impl UnwindSafe for DeleteProblem
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