pub enum GpgBackend {
Gpgme,
GnupgBin,
}Expand description
GPG backend selection for encryption/decryption
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GpgBackend
impl Clone for GpgBackend
Source§fn clone(&self) -> GpgBackend
fn clone(&self) -> GpgBackend
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 GpgBackend
Source§impl Debug for GpgBackend
impl Debug for GpgBackend
Source§impl Default for GpgBackend
impl Default for GpgBackend
Source§fn default() -> GpgBackend
fn default() -> GpgBackend
Returns the “default value” for a type. Read more
Source§impl Display for GpgBackend
impl Display for GpgBackend
impl Eq for GpgBackend
Source§impl FromStr for GpgBackend
impl FromStr for GpgBackend
Source§impl PartialEq for GpgBackend
impl PartialEq for GpgBackend
impl StructuralPartialEq for GpgBackend
Auto Trait Implementations§
impl Freeze for GpgBackend
impl RefUnwindSafe for GpgBackend
impl Send for GpgBackend
impl Sync for GpgBackend
impl Unpin for GpgBackend
impl UnsafeUnpin for GpgBackend
impl UnwindSafe for GpgBackend
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