pub struct CreateGroupOutput {
pub group_alias: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
}Fields§
§group_alias: Option<String>§id: Option<String>§name: Option<String>Implementations§
Source§impl CreateGroupOutput
impl CreateGroupOutput
pub fn new() -> CreateGroupOutput
Trait Implementations§
Source§impl Clone for CreateGroupOutput
impl Clone for CreateGroupOutput
Source§fn clone(&self) -> CreateGroupOutput
fn clone(&self) -> CreateGroupOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateGroupOutput
impl Debug for CreateGroupOutput
Source§impl Default for CreateGroupOutput
impl Default for CreateGroupOutput
Source§fn default() -> CreateGroupOutput
fn default() -> CreateGroupOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateGroupOutput
impl<'de> Deserialize<'de> for CreateGroupOutput
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 CreateGroupOutput
impl PartialEq for CreateGroupOutput
Source§fn eq(&self, other: &CreateGroupOutput) -> bool
fn eq(&self, other: &CreateGroupOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CreateGroupOutput
impl Serialize for CreateGroupOutput
impl StructuralPartialEq for CreateGroupOutput
Auto Trait Implementations§
impl Freeze for CreateGroupOutput
impl RefUnwindSafe for CreateGroupOutput
impl Send for CreateGroupOutput
impl Sync for CreateGroupOutput
impl Unpin for CreateGroupOutput
impl UnsafeUnpin for CreateGroupOutput
impl UnwindSafe for CreateGroupOutput
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