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