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