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