pub struct GetGroupOutput {
pub group: Option<Group>,
}Fields§
§group: Option<Group>A full description of the resource group.
Trait Implementations§
Source§impl Clone for GetGroupOutput
impl Clone for GetGroupOutput
Source§fn clone(&self) -> GetGroupOutput
fn clone(&self) -> GetGroupOutput
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 GetGroupOutput
impl Debug for GetGroupOutput
Source§impl Default for GetGroupOutput
impl Default for GetGroupOutput
Source§fn default() -> GetGroupOutput
fn default() -> GetGroupOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetGroupOutput
impl<'de> Deserialize<'de> for GetGroupOutput
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 GetGroupOutput
impl PartialEq for GetGroupOutput
impl StructuralPartialEq for GetGroupOutput
Auto Trait Implementations§
impl Freeze for GetGroupOutput
impl RefUnwindSafe for GetGroupOutput
impl Send for GetGroupOutput
impl Sync for GetGroupOutput
impl Unpin for GetGroupOutput
impl UnwindSafe for GetGroupOutput
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