[][src]Struct google_containeranalysis1_beta1::Hint

pub struct Hint {
    pub human_readable_name: Option<String>,
}

This submessage provides human-readable hints about the purpose of the authority. Because the name of a note acts as its resource reference, it is important to disambiguate the canonical name of the Note (which might be a UUID for security purposes) from "readable" names more suitable for debug output. Note that these hints should not be used to look up authorities in security sensitive contexts, such as when looking up attestations to verify.

This type is not used in any activity, and only used as part of another schema.

Fields

human_readable_name: Option<String>

Required. The human readable name of this attestation authority, for example "qa".

Trait Implementations

impl Part for Hint[src]

impl Default for Hint[src]

impl Clone for Hint[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for Hint[src]

impl Serialize for Hint[src]

impl<'de> Deserialize<'de> for Hint[src]

Auto Trait Implementations

impl Send for Hint

impl Unpin for Hint

impl Sync for Hint

impl UnwindSafe for Hint

impl RefUnwindSafe for Hint

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]