pub struct EncryptGpgOutput {
pub result: Option<String>,
}Fields§
§result: Option<String>Implementations§
Source§impl EncryptGpgOutput
impl EncryptGpgOutput
pub fn new() -> EncryptGpgOutput
Trait Implementations§
Source§impl Clone for EncryptGpgOutput
impl Clone for EncryptGpgOutput
Source§fn clone(&self) -> EncryptGpgOutput
fn clone(&self) -> EncryptGpgOutput
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 moreSource§impl Debug for EncryptGpgOutput
impl Debug for EncryptGpgOutput
Source§impl Default for EncryptGpgOutput
impl Default for EncryptGpgOutput
Source§fn default() -> EncryptGpgOutput
fn default() -> EncryptGpgOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EncryptGpgOutput
impl<'de> Deserialize<'de> for EncryptGpgOutput
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
Source§impl PartialEq for EncryptGpgOutput
impl PartialEq for EncryptGpgOutput
Source§fn eq(&self, other: &EncryptGpgOutput) -> bool
fn eq(&self, other: &EncryptGpgOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EncryptGpgOutput
impl Serialize for EncryptGpgOutput
impl StructuralPartialEq for EncryptGpgOutput
Auto Trait Implementations§
impl Freeze for EncryptGpgOutput
impl RefUnwindSafe for EncryptGpgOutput
impl Send for EncryptGpgOutput
impl Sync for EncryptGpgOutput
impl Unpin for EncryptGpgOutput
impl UnsafeUnpin for EncryptGpgOutput
impl UnwindSafe for EncryptGpgOutput
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