pub enum SecuritySubjectKindSyntax {
Principal,
Role,
}Variants§
Trait Implementations§
Source§impl Clone for SecuritySubjectKindSyntax
impl Clone for SecuritySubjectKindSyntax
Source§fn clone(&self) -> SecuritySubjectKindSyntax
fn clone(&self) -> SecuritySubjectKindSyntax
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 SecuritySubjectKindSyntax
Source§impl Debug for SecuritySubjectKindSyntax
impl Debug for SecuritySubjectKindSyntax
Source§impl Display for SecuritySubjectKindSyntax
impl Display for SecuritySubjectKindSyntax
impl Eq for SecuritySubjectKindSyntax
impl StructuralPartialEq for SecuritySubjectKindSyntax
Auto Trait Implementations§
impl Freeze for SecuritySubjectKindSyntax
impl RefUnwindSafe for SecuritySubjectKindSyntax
impl Send for SecuritySubjectKindSyntax
impl Sync for SecuritySubjectKindSyntax
impl Unpin for SecuritySubjectKindSyntax
impl UnsafeUnpin for SecuritySubjectKindSyntax
impl UnwindSafe for SecuritySubjectKindSyntax
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