pub enum PrincipalType {
Runnable,
Part,
}
Expand description
Type of a principal.
Variants§
Trait Implementations§
Source§impl Clone for PrincipalType
impl Clone for PrincipalType
Source§fn clone(&self) -> PrincipalType
fn clone(&self) -> PrincipalType
Returns a copy 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 PrincipalType
impl Debug for PrincipalType
Source§impl From<PrincipalType> for PrincipalType
impl From<PrincipalType> for PrincipalType
Source§fn from(value: PrincipalType) -> Self
fn from(value: PrincipalType) -> Self
Converts to this type from the input type.
Source§impl Hash for PrincipalType
impl Hash for PrincipalType
Source§impl Into<PrincipalType> for PrincipalType
impl Into<PrincipalType> for PrincipalType
Source§fn into(self) -> PrincipalType
fn into(self) -> PrincipalType
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for PrincipalType
impl PartialEq for PrincipalType
impl Eq for PrincipalType
impl StructuralPartialEq for PrincipalType
Auto Trait Implementations§
impl Freeze for PrincipalType
impl RefUnwindSafe for PrincipalType
impl Send for PrincipalType
impl Sync for PrincipalType
impl Unpin for PrincipalType
impl UnwindSafe for PrincipalType
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