pub struct DeleteScheduledAuditResponse {}Trait Implementations§
Source§impl Clone for DeleteScheduledAuditResponse
impl Clone for DeleteScheduledAuditResponse
Source§fn clone(&self) -> DeleteScheduledAuditResponse
fn clone(&self) -> DeleteScheduledAuditResponse
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 DeleteScheduledAuditResponse
impl Debug for DeleteScheduledAuditResponse
Source§impl Default for DeleteScheduledAuditResponse
impl Default for DeleteScheduledAuditResponse
Source§fn default() -> DeleteScheduledAuditResponse
fn default() -> DeleteScheduledAuditResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteScheduledAuditResponse
impl<'de> Deserialize<'de> for DeleteScheduledAuditResponse
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 DeleteScheduledAuditResponse
impl PartialEq for DeleteScheduledAuditResponse
Source§fn eq(&self, other: &DeleteScheduledAuditResponse) -> bool
fn eq(&self, other: &DeleteScheduledAuditResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteScheduledAuditResponse
Auto Trait Implementations§
impl Freeze for DeleteScheduledAuditResponse
impl RefUnwindSafe for DeleteScheduledAuditResponse
impl Send for DeleteScheduledAuditResponse
impl Sync for DeleteScheduledAuditResponse
impl Unpin for DeleteScheduledAuditResponse
impl UnwindSafe for DeleteScheduledAuditResponse
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