pub struct UpdateReportGroupOutput {
pub report_group: Option<ReportGroup>,
}
Fields§
§report_group: Option<ReportGroup>
Information about the updated report group.
Trait Implementations§
Source§impl Clone for UpdateReportGroupOutput
impl Clone for UpdateReportGroupOutput
Source§fn clone(&self) -> UpdateReportGroupOutput
fn clone(&self) -> UpdateReportGroupOutput
Returns a copy 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 UpdateReportGroupOutput
impl Debug for UpdateReportGroupOutput
Source§impl Default for UpdateReportGroupOutput
impl Default for UpdateReportGroupOutput
Source§fn default() -> UpdateReportGroupOutput
fn default() -> UpdateReportGroupOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateReportGroupOutput
impl<'de> Deserialize<'de> for UpdateReportGroupOutput
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 UpdateReportGroupOutput
impl PartialEq for UpdateReportGroupOutput
impl StructuralPartialEq for UpdateReportGroupOutput
Auto Trait Implementations§
impl Freeze for UpdateReportGroupOutput
impl RefUnwindSafe for UpdateReportGroupOutput
impl Send for UpdateReportGroupOutput
impl Sync for UpdateReportGroupOutput
impl Unpin for UpdateReportGroupOutput
impl UnwindSafe for UpdateReportGroupOutput
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