Struct google_clouduseraccountsvm_beta::LinuxGetLinuxAccountViewsResponse [−][src]
pub struct LinuxGetLinuxAccountViewsResponse { pub resource: Option<LinuxAccountViews>, }
There is no detailed description.
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).
- get linux account views linux (response)
Fields
resource: Option<LinuxAccountViews>
[Output Only] A list of authorized user accounts and groups.
Trait Implementations
impl Default for LinuxGetLinuxAccountViewsResponse
[src]
impl Default for LinuxGetLinuxAccountViewsResponse
fn default() -> LinuxGetLinuxAccountViewsResponse
[src]
fn default() -> LinuxGetLinuxAccountViewsResponse
Returns the "default value" for a type. Read more
impl Clone for LinuxGetLinuxAccountViewsResponse
[src]
impl Clone for LinuxGetLinuxAccountViewsResponse
fn clone(&self) -> LinuxGetLinuxAccountViewsResponse
[src]
fn clone(&self) -> LinuxGetLinuxAccountViewsResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for LinuxGetLinuxAccountViewsResponse
[src]
impl Debug for LinuxGetLinuxAccountViewsResponse
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl ResponseResult for LinuxGetLinuxAccountViewsResponse
[src]
impl ResponseResult for LinuxGetLinuxAccountViewsResponse
Auto Trait Implementations
impl Send for LinuxGetLinuxAccountViewsResponse
impl Send for LinuxGetLinuxAccountViewsResponse
impl Sync for LinuxGetLinuxAccountViewsResponse
impl Sync for LinuxGetLinuxAccountViewsResponse