Struct google_securitycenter1::api::Folder[][src]

pub struct Folder {
    pub resource_folder: Option<String>,
    pub resource_folder_display_name: Option<String>,
}

Message that contains the resource name and display name of a folder resource.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

resource_folder: Option<String>

Full resource name of this folder. See: https://cloud.google.com/apis/design/resource_names#full_resource_name

resource_folder_display_name: Option<String>

The user defined display name for this folder.

Trait Implementations

impl Clone for Folder[src]

impl Debug for Folder[src]

impl Default for Folder[src]

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

impl Resource for Folder[src]

impl Serialize for Folder[src]

Auto Trait Implementations

impl RefUnwindSafe for Folder

impl Send for Folder

impl Sync for Folder

impl Unpin for Folder

impl UnwindSafe for Folder

Blanket Implementations

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

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

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

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

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

impl<T> Instrument for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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.