Struct gsuite_api::types::UserSshPublicKey [−][src]
pub struct UserSshPublicKey { pub expiration_time_usec: i64, pub fingerprint: String, pub key: String, }
Expand description
JSON template for a POSIX account entry.
Fields
expiration_time_usec: i64
JSON template for a POSIX account entry.
fingerprint: String
JSON template for a POSIX account entry.
key: String
JSON template for a POSIX account entry.
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UserSshPublicKey
impl Send for UserSshPublicKey
impl Sync for UserSshPublicKey
impl Unpin for UserSshPublicKey
impl UnwindSafe for UserSshPublicKey
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more