pub enum AddKeysToAgent {
Yes,
Confirm,
Ask,
No,
}Variants§
Trait Implementations§
Source§impl Clone for AddKeysToAgent
impl Clone for AddKeysToAgent
Source§fn clone(&self) -> AddKeysToAgent
fn clone(&self) -> AddKeysToAgent
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 AddKeysToAgent
impl Debug for AddKeysToAgent
Source§impl Default for AddKeysToAgent
impl Default for AddKeysToAgent
Source§fn default() -> AddKeysToAgent
fn default() -> AddKeysToAgent
Returns the “default value” for a type. Read more
Source§impl PartialEq for AddKeysToAgent
impl PartialEq for AddKeysToAgent
impl Copy for AddKeysToAgent
impl Eq for AddKeysToAgent
impl StructuralPartialEq for AddKeysToAgent
Auto Trait Implementations§
impl Freeze for AddKeysToAgent
impl RefUnwindSafe for AddKeysToAgent
impl Send for AddKeysToAgent
impl Sync for AddKeysToAgent
impl Unpin for AddKeysToAgent
impl UnwindSafe for AddKeysToAgent
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