pub struct ExportSessionsParams {
pub since: Option<String>,
pub until: Option<String>,
pub detail: Option<ExportDetail>,
}Expand description
GET /v1/sessions/export — every session in a window, streamed.
Fields§
§since: Option<String>Lower bound, as an RFC 3339 timestamp.
until: Option<String>Upper bound, as an RFC 3339 timestamp.
detail: Option<ExportDetail>The grain to write.
Trait Implementations§
Source§impl Clone for ExportSessionsParams
impl Clone for ExportSessionsParams
Source§fn clone(&self) -> ExportSessionsParams
fn clone(&self) -> ExportSessionsParams
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 ExportSessionsParams
impl Debug for ExportSessionsParams
Source§impl Default for ExportSessionsParams
impl Default for ExportSessionsParams
Source§fn default() -> ExportSessionsParams
fn default() -> ExportSessionsParams
Returns the “default value” for a type. Read more
impl Eq for ExportSessionsParams
Source§impl PartialEq for ExportSessionsParams
impl PartialEq for ExportSessionsParams
impl StructuralPartialEq for ExportSessionsParams
Auto Trait Implementations§
impl Freeze for ExportSessionsParams
impl RefUnwindSafe for ExportSessionsParams
impl Send for ExportSessionsParams
impl Sync for ExportSessionsParams
impl Unpin for ExportSessionsParams
impl UnsafeUnpin for ExportSessionsParams
impl UnwindSafe for ExportSessionsParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.