pub struct SessionListOptions {
pub limit: Option<usize>,
}Expand description
Filter / paging options for list_sessions.
Fields§
§limit: Option<usize>Trait Implementations§
Source§impl Clone for SessionListOptions
impl Clone for SessionListOptions
Source§fn clone(&self) -> SessionListOptions
fn clone(&self) -> SessionListOptions
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 SessionListOptions
impl Debug for SessionListOptions
Source§impl Default for SessionListOptions
impl Default for SessionListOptions
Source§fn default() -> SessionListOptions
fn default() -> SessionListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SessionListOptions
impl RefUnwindSafe for SessionListOptions
impl Send for SessionListOptions
impl Sync for SessionListOptions
impl Unpin for SessionListOptions
impl UnsafeUnpin for SessionListOptions
impl UnwindSafe for SessionListOptions
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