pub struct ListSessionsRequest {
pub app_name: String,
pub user_id: String,
}Expand description
The parameters for listSessions.
Fields§
§app_name: StringThe name of the application.
user_id: StringThe ID of the user.
Trait Implementations§
Source§impl Clone for ListSessionsRequest
impl Clone for ListSessionsRequest
Source§fn clone(&self) -> ListSessionsRequest
fn clone(&self) -> ListSessionsRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 ListSessionsRequest
impl Debug for ListSessionsRequest
Source§impl Default for ListSessionsRequest
impl Default for ListSessionsRequest
Source§fn default() -> ListSessionsRequest
fn default() -> ListSessionsRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListSessionsRequest
impl RefUnwindSafe for ListSessionsRequest
impl Send for ListSessionsRequest
impl Sync for ListSessionsRequest
impl Unpin for ListSessionsRequest
impl UnwindSafe for ListSessionsRequest
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