pub enum SentinelGroup {
AllUsers,
AllModels,
LocalModels,
}Variants§
Trait Implementations§
Source§impl Clone for SentinelGroup
impl Clone for SentinelGroup
Source§fn clone(&self) -> SentinelGroup
fn clone(&self) -> SentinelGroup
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 SentinelGroup
Source§impl Debug for SentinelGroup
impl Debug for SentinelGroup
impl Eq for SentinelGroup
Source§impl Hash for SentinelGroup
impl Hash for SentinelGroup
Source§impl Ord for SentinelGroup
impl Ord for SentinelGroup
Source§fn cmp(&self, other: &SentinelGroup) -> Ordering
fn cmp(&self, other: &SentinelGroup) -> 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 SentinelGroup
impl PartialEq for SentinelGroup
Source§impl PartialOrd for SentinelGroup
impl PartialOrd for SentinelGroup
impl StructuralPartialEq for SentinelGroup
Auto Trait Implementations§
impl Freeze for SentinelGroup
impl RefUnwindSafe for SentinelGroup
impl Send for SentinelGroup
impl Sync for SentinelGroup
impl Unpin for SentinelGroup
impl UnsafeUnpin for SentinelGroup
impl UnwindSafe for SentinelGroup
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