Struct cloud_storage::hmac_key::HmacMeta [−][src]
pub struct HmacMeta {
pub kind: String,
pub id: String,
pub self_link: String,
pub access_id: String,
pub project_id: String,
pub service_account_email: String,
pub state: HmacState,
pub time_created: DateTime<Utc>,
pub updated: DateTime<Utc>,
pub etag: String,
}Expand description
Contains information about an Hmac Key.
Fields
kind: StringThe kind of item this is. For HMAC key metadata, this is always storage#hmacKeyMetadata.
id: StringThe ID of the HMAC key, including the Project ID and the Access ID.
self_link: StringThe link to this resource.
access_id: StringThe access ID of the HMAC Key.
project_id: StringThe Project ID of the project that owns the service account to which the key authenticates.
service_account_email: StringThe email address of the key’s associated service account.
state: HmacStateThe state of the key.
time_created: DateTime<Utc>The creation time of the HMAC key.
updated: DateTime<Utc>The last modification time of the HMAC key metadata.
etag: StringHTTP 1.1 Entity tag for the HMAC key.
Trait Implementations
impl<'de> Deserialize<'de> for HmacMeta[src]
impl<'de> Deserialize<'de> for HmacMeta[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for HmacMeta[src]
Auto Trait Implementations
impl RefUnwindSafe for HmacMeta
impl Send for HmacMeta
impl Sync for HmacMeta
impl Unpin for HmacMeta
impl UnwindSafe for HmacMeta
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,