pub enum SessionSearchFilterKind {
SessionStatus,
RunStatus,
Profile,
Workspace,
CreatedTime,
UpdatedTime,
SessionIds,
DisplayVisibility,
}Expand description
Filter vocabulary advertised by a provider.
Variants§
SessionStatus
Session status.
RunStatus
Run status.
Profile
Profile.
Workspace
Workspace.
CreatedTime
Created timestamp range.
UpdatedTime
Updated timestamp range.
SessionIds
Explicit session ids.
DisplayVisibility
Display visibility policy.
Trait Implementations§
Source§impl Clone for SessionSearchFilterKind
impl Clone for SessionSearchFilterKind
Source§fn clone(&self) -> SessionSearchFilterKind
fn clone(&self) -> SessionSearchFilterKind
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 moreimpl Copy for SessionSearchFilterKind
Source§impl Debug for SessionSearchFilterKind
impl Debug for SessionSearchFilterKind
Source§impl<'de> Deserialize<'de> for SessionSearchFilterKind
impl<'de> Deserialize<'de> for SessionSearchFilterKind
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
impl Eq for SessionSearchFilterKind
Source§impl Ord for SessionSearchFilterKind
impl Ord for SessionSearchFilterKind
Source§fn cmp(&self, other: &SessionSearchFilterKind) -> Ordering
fn cmp(&self, other: &SessionSearchFilterKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SessionSearchFilterKind
impl PartialEq for SessionSearchFilterKind
Source§impl PartialOrd for SessionSearchFilterKind
impl PartialOrd for SessionSearchFilterKind
Source§impl Serialize for SessionSearchFilterKind
impl Serialize for SessionSearchFilterKind
impl StructuralPartialEq for SessionSearchFilterKind
Auto Trait Implementations§
impl Freeze for SessionSearchFilterKind
impl RefUnwindSafe for SessionSearchFilterKind
impl Send for SessionSearchFilterKind
impl Sync for SessionSearchFilterKind
impl Unpin for SessionSearchFilterKind
impl UnsafeUnpin for SessionSearchFilterKind
impl UnwindSafe for SessionSearchFilterKind
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