pub struct IamServiceGroupAllOf {
pub id: Option<String>,
pub object: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub services_count: Option<i32>,
}Fields§
§id: Option<String>Alphanumeric string identifying the service group.
object: Option<String>The type of the object.
name: Option<String>Name of the service group.
description: Option<String>Description of the service group.
services_count: Option<i32>Number of services in the service group.
Implementations§
Source§impl IamServiceGroupAllOf
impl IamServiceGroupAllOf
pub fn new() -> IamServiceGroupAllOf
Trait Implementations§
Source§impl Clone for IamServiceGroupAllOf
impl Clone for IamServiceGroupAllOf
Source§fn clone(&self) -> IamServiceGroupAllOf
fn clone(&self) -> IamServiceGroupAllOf
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IamServiceGroupAllOf
impl Debug for IamServiceGroupAllOf
Source§impl Default for IamServiceGroupAllOf
impl Default for IamServiceGroupAllOf
Source§fn default() -> IamServiceGroupAllOf
fn default() -> IamServiceGroupAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IamServiceGroupAllOf
impl<'de> Deserialize<'de> for IamServiceGroupAllOf
Source§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
Source§impl PartialEq for IamServiceGroupAllOf
impl PartialEq for IamServiceGroupAllOf
Source§impl Serialize for IamServiceGroupAllOf
impl Serialize for IamServiceGroupAllOf
impl StructuralPartialEq for IamServiceGroupAllOf
Auto Trait Implementations§
impl Freeze for IamServiceGroupAllOf
impl RefUnwindSafe for IamServiceGroupAllOf
impl Send for IamServiceGroupAllOf
impl Sync for IamServiceGroupAllOf
impl Unpin for IamServiceGroupAllOf
impl UnwindSafe for IamServiceGroupAllOf
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more