pub enum PromptBackendType {
File,
Keychain,
Bitwarden,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PromptBackendType
impl Clone for PromptBackendType
Source§fn clone(&self) -> PromptBackendType
fn clone(&self) -> PromptBackendType
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 PromptBackendType
Source§impl Debug for PromptBackendType
impl Debug for PromptBackendType
Source§impl Default for PromptBackendType
impl Default for PromptBackendType
Source§fn default() -> PromptBackendType
fn default() -> PromptBackendType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PromptBackendType
impl<'de> Deserialize<'de> for PromptBackendType
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 PromptBackendType
Source§impl PartialEq for PromptBackendType
impl PartialEq for PromptBackendType
Source§impl Serialize for PromptBackendType
impl Serialize for PromptBackendType
impl StructuralPartialEq for PromptBackendType
Auto Trait Implementations§
impl Freeze for PromptBackendType
impl RefUnwindSafe for PromptBackendType
impl Send for PromptBackendType
impl Sync for PromptBackendType
impl Unpin for PromptBackendType
impl UnsafeUnpin for PromptBackendType
impl UnwindSafe for PromptBackendType
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