pub struct GetAuditLogsResponse {
pub trails: Option<Vec<GetAuditLogsResponseTrailsItem>>,
}
Fields§
§trails: Option<Vec<GetAuditLogsResponseTrailsItem>>
Trait Implementations§
Source§impl Clone for GetAuditLogsResponse
impl Clone for GetAuditLogsResponse
Source§fn clone(&self) -> GetAuditLogsResponse
fn clone(&self) -> GetAuditLogsResponse
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 GetAuditLogsResponse
impl Debug for GetAuditLogsResponse
Source§impl<'de> Deserialize<'de> for GetAuditLogsResponse
impl<'de> Deserialize<'de> for GetAuditLogsResponse
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 GetAuditLogsResponse
impl PartialEq for GetAuditLogsResponse
Source§impl Serialize for GetAuditLogsResponse
impl Serialize for GetAuditLogsResponse
impl StructuralPartialEq for GetAuditLogsResponse
Auto Trait Implementations§
impl Freeze for GetAuditLogsResponse
impl RefUnwindSafe for GetAuditLogsResponse
impl Send for GetAuditLogsResponse
impl Sync for GetAuditLogsResponse
impl Unpin for GetAuditLogsResponse
impl UnwindSafe for GetAuditLogsResponse
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