pub enum CredentialHelperOperation {
Install,
Get,
Store,
Erase,
}Variants§
Trait Implementations§
Source§impl Clone for CredentialHelperOperation
impl Clone for CredentialHelperOperation
Source§fn clone(&self) -> CredentialHelperOperation
fn clone(&self) -> CredentialHelperOperation
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 CredentialHelperOperation
Auto Trait Implementations§
impl Freeze for CredentialHelperOperation
impl RefUnwindSafe for CredentialHelperOperation
impl Send for CredentialHelperOperation
impl Sync for CredentialHelperOperation
impl Unpin for CredentialHelperOperation
impl UnsafeUnpin for CredentialHelperOperation
impl UnwindSafe for CredentialHelperOperation
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