pub struct ListSessionsParams {
pub limit: Option<u32>,
pub offset: Option<u32>,
pub client_id: Option<String>,
pub user_id: Option<String>,
pub status: Option<String>,
}Expand description
Parameters for listing sessions
Fields§
§limit: Option<u32>§offset: Option<u32>§client_id: Option<String>§user_id: Option<String>§status: Option<String>Trait Implementations§
Source§impl Clone for ListSessionsParams
impl Clone for ListSessionsParams
Source§fn clone(&self) -> ListSessionsParams
fn clone(&self) -> ListSessionsParams
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListSessionsParams
impl Debug for ListSessionsParams
Source§impl Default for ListSessionsParams
impl Default for ListSessionsParams
Source§fn default() -> ListSessionsParams
fn default() -> ListSessionsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListSessionsParams
impl RefUnwindSafe for ListSessionsParams
impl Send for ListSessionsParams
impl Sync for ListSessionsParams
impl Unpin for ListSessionsParams
impl UnwindSafe for ListSessionsParams
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)