pub struct DeleteReportInput {
pub arn: String,
}
Fields§
§arn: String
The ARN of the report to delete.
Trait Implementations§
Source§impl Clone for DeleteReportInput
impl Clone for DeleteReportInput
Source§fn clone(&self) -> DeleteReportInput
fn clone(&self) -> DeleteReportInput
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 DeleteReportInput
impl Debug for DeleteReportInput
Source§impl Default for DeleteReportInput
impl Default for DeleteReportInput
Source§fn default() -> DeleteReportInput
fn default() -> DeleteReportInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteReportInput
impl PartialEq for DeleteReportInput
Source§impl Serialize for DeleteReportInput
impl Serialize for DeleteReportInput
impl StructuralPartialEq for DeleteReportInput
Auto Trait Implementations§
impl Freeze for DeleteReportInput
impl RefUnwindSafe for DeleteReportInput
impl Send for DeleteReportInput
impl Sync for DeleteReportInput
impl Unpin for DeleteReportInput
impl UnwindSafe for DeleteReportInput
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