pub struct DeleteFlowLogsResult {
pub unsuccessful: Option<Vec<UnsuccessfulItem>>,
}Fields§
§unsuccessful: Option<Vec<UnsuccessfulItem>>Information about the flow logs that could not be deleted successfully.
Trait Implementations§
Source§impl Clone for DeleteFlowLogsResult
impl Clone for DeleteFlowLogsResult
Source§fn clone(&self) -> DeleteFlowLogsResult
fn clone(&self) -> DeleteFlowLogsResult
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 DeleteFlowLogsResult
impl Debug for DeleteFlowLogsResult
Source§impl Default for DeleteFlowLogsResult
impl Default for DeleteFlowLogsResult
Source§fn default() -> DeleteFlowLogsResult
fn default() -> DeleteFlowLogsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteFlowLogsResult
impl PartialEq for DeleteFlowLogsResult
impl StructuralPartialEq for DeleteFlowLogsResult
Auto Trait Implementations§
impl Freeze for DeleteFlowLogsResult
impl RefUnwindSafe for DeleteFlowLogsResult
impl Send for DeleteFlowLogsResult
impl Sync for DeleteFlowLogsResult
impl Unpin for DeleteFlowLogsResult
impl UnwindSafe for DeleteFlowLogsResult
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