pub struct ListSessionsQuery {
pub session_type: Option<String>,
}Expand description
Query parameters for GET /v1/sessions.
Fields§
§session_type: Option<String>Filter by session type (e.g. ?type=agent, ?type=vault).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ListSessionsQuery
impl<'de> Deserialize<'de> for ListSessionsQuery
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 ListSessionsQuery
impl RefUnwindSafe for ListSessionsQuery
impl Send for ListSessionsQuery
impl Sync for ListSessionsQuery
impl Unpin for ListSessionsQuery
impl UnsafeUnpin for ListSessionsQuery
impl UnwindSafe for ListSessionsQuery
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