pub struct GetSessionParams {
pub hsm_group: Option<String>,
pub xnames: Vec<String>,
pub min_age: Option<String>,
pub max_age: Option<String>,
pub session_type: Option<String>,
pub status: Option<String>,
pub name: Option<String>,
pub limit: Option<u8>,
}Expand description
Typed parameters for fetching CFS sessions.
Fields§
§hsm_group: Option<String>§xnames: Vec<String>§min_age: Option<String>§max_age: Option<String>§session_type: Option<String>§status: Option<String>§name: Option<String>§limit: Option<u8>Auto Trait Implementations§
impl Freeze for GetSessionParams
impl RefUnwindSafe for GetSessionParams
impl Send for GetSessionParams
impl Sync for GetSessionParams
impl Unpin for GetSessionParams
impl UnsafeUnpin for GetSessionParams
impl UnwindSafe for GetSessionParams
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