pub struct BatchGetReportGroupsInput {
pub report_group_arns: Vec<String>,
}
Fields§
§report_group_arns: Vec<String>
An array of report group ARNs that identify the report groups to return.
Trait Implementations§
Source§impl Clone for BatchGetReportGroupsInput
impl Clone for BatchGetReportGroupsInput
Source§fn clone(&self) -> BatchGetReportGroupsInput
fn clone(&self) -> BatchGetReportGroupsInput
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 BatchGetReportGroupsInput
impl Debug for BatchGetReportGroupsInput
Source§impl Default for BatchGetReportGroupsInput
impl Default for BatchGetReportGroupsInput
Source§fn default() -> BatchGetReportGroupsInput
fn default() -> BatchGetReportGroupsInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for BatchGetReportGroupsInput
Auto Trait Implementations§
impl Freeze for BatchGetReportGroupsInput
impl RefUnwindSafe for BatchGetReportGroupsInput
impl Send for BatchGetReportGroupsInput
impl Sync for BatchGetReportGroupsInput
impl Unpin for BatchGetReportGroupsInput
impl UnwindSafe for BatchGetReportGroupsInput
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