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