pub struct ExportWindow {
pub since_ms: i64,
pub until_ms: i64,
pub since: String,
pub until: String,
pub audit_since_ms: i64,
pub audit_until_ms: i64,
pub retrieval_before_ms: i64,
pub retrieval_after_ms: i64,
}Fields§
§since_ms: i64§until_ms: i64§since: String§until: String§audit_since_ms: i64§audit_until_ms: i64§retrieval_before_ms: i64§retrieval_after_ms: i64Trait Implementations§
Source§impl Clone for ExportWindow
impl Clone for ExportWindow
Source§fn clone(&self) -> ExportWindow
fn clone(&self) -> ExportWindow
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 Debug for ExportWindow
impl Debug for ExportWindow
Source§impl<'de> Deserialize<'de> for ExportWindow
impl<'de> Deserialize<'de> for ExportWindow
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
Auto Trait Implementations§
impl Freeze for ExportWindow
impl RefUnwindSafe for ExportWindow
impl Send for ExportWindow
impl Sync for ExportWindow
impl Unpin for ExportWindow
impl UnsafeUnpin for ExportWindow
impl UnwindSafe for ExportWindow
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