pub struct VerifyGPGKeyOption {
pub armored_signature: Option<String>,
pub key_id: String,
}Expand description
VerifyGPGKeyOption options verifies user GPG key
Fields§
§armored_signature: Option<String>§key_id: StringAn Signature for a GPG key token
Trait Implementations§
Source§impl Clone for VerifyGPGKeyOption
impl Clone for VerifyGPGKeyOption
Source§fn clone(&self) -> VerifyGPGKeyOption
fn clone(&self) -> VerifyGPGKeyOption
Returns a duplicate of the value. Read more
1.0.0 · 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 VerifyGPGKeyOption
impl Debug for VerifyGPGKeyOption
Source§impl<'de> Deserialize<'de> for VerifyGPGKeyOption
impl<'de> Deserialize<'de> for VerifyGPGKeyOption
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 VerifyGPGKeyOption
impl PartialEq for VerifyGPGKeyOption
Source§impl Serialize for VerifyGPGKeyOption
impl Serialize for VerifyGPGKeyOption
impl StructuralPartialEq for VerifyGPGKeyOption
Auto Trait Implementations§
impl Freeze for VerifyGPGKeyOption
impl RefUnwindSafe for VerifyGPGKeyOption
impl Send for VerifyGPGKeyOption
impl Sync for VerifyGPGKeyOption
impl Unpin for VerifyGPGKeyOption
impl UnwindSafe for VerifyGPGKeyOption
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