pub struct GpgKeyEmailsInner {
pub email: Option<String>,
pub verified: Option<bool>,
}
Fields§
§email: Option<String>
§verified: Option<bool>
Implementations§
Source§impl GpgKeyEmailsInner
impl GpgKeyEmailsInner
pub fn new() -> GpgKeyEmailsInner
Trait Implementations§
Source§impl Clone for GpgKeyEmailsInner
impl Clone for GpgKeyEmailsInner
Source§fn clone(&self) -> GpgKeyEmailsInner
fn clone(&self) -> GpgKeyEmailsInner
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 GpgKeyEmailsInner
impl Debug for GpgKeyEmailsInner
Source§impl Default for GpgKeyEmailsInner
impl Default for GpgKeyEmailsInner
Source§fn default() -> GpgKeyEmailsInner
fn default() -> GpgKeyEmailsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GpgKeyEmailsInner
impl<'de> Deserialize<'de> for GpgKeyEmailsInner
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 GpgKeyEmailsInner
impl PartialEq for GpgKeyEmailsInner
Source§impl Serialize for GpgKeyEmailsInner
impl Serialize for GpgKeyEmailsInner
impl StructuralPartialEq for GpgKeyEmailsInner
Auto Trait Implementations§
impl Freeze for GpgKeyEmailsInner
impl RefUnwindSafe for GpgKeyEmailsInner
impl Send for GpgKeyEmailsInner
impl Sync for GpgKeyEmailsInner
impl Unpin for GpgKeyEmailsInner
impl UnwindSafe for GpgKeyEmailsInner
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