pub struct RunAuditLogsS3BackfillRequest {
pub from: String,
pub to: String,
}Fields§
§from: Stringinclusive lower bound of the window to export
to: Stringexclusive upper bound of the window to export
Implementations§
Source§impl RunAuditLogsS3BackfillRequest
impl RunAuditLogsS3BackfillRequest
pub fn new(from: String, to: String) -> RunAuditLogsS3BackfillRequest
Trait Implementations§
Source§impl Clone for RunAuditLogsS3BackfillRequest
impl Clone for RunAuditLogsS3BackfillRequest
Source§fn clone(&self) -> RunAuditLogsS3BackfillRequest
fn clone(&self) -> RunAuditLogsS3BackfillRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for RunAuditLogsS3BackfillRequest
impl Default for RunAuditLogsS3BackfillRequest
Source§fn default() -> RunAuditLogsS3BackfillRequest
fn default() -> RunAuditLogsS3BackfillRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunAuditLogsS3BackfillRequest
impl<'de> Deserialize<'de> for RunAuditLogsS3BackfillRequest
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 RunAuditLogsS3BackfillRequest
impl PartialEq for RunAuditLogsS3BackfillRequest
Source§fn eq(&self, other: &RunAuditLogsS3BackfillRequest) -> bool
fn eq(&self, other: &RunAuditLogsS3BackfillRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunAuditLogsS3BackfillRequest
Auto Trait Implementations§
impl Freeze for RunAuditLogsS3BackfillRequest
impl RefUnwindSafe for RunAuditLogsS3BackfillRequest
impl Send for RunAuditLogsS3BackfillRequest
impl Sync for RunAuditLogsS3BackfillRequest
impl Unpin for RunAuditLogsS3BackfillRequest
impl UnsafeUnpin for RunAuditLogsS3BackfillRequest
impl UnwindSafe for RunAuditLogsS3BackfillRequest
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