#[repr(i32)]pub enum RoleStmtType {
Undefined = 0,
RolestmtRole = 1,
RolestmtUser = 2,
RolestmtGroup = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RoleStmtType
impl Clone for RoleStmtType
Source§fn clone(&self) -> RoleStmtType
fn clone(&self) -> RoleStmtType
Returns a duplicate 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 RoleStmtType
impl Debug for RoleStmtType
Source§impl Default for RoleStmtType
impl Default for RoleStmtType
Source§fn default() -> RoleStmtType
fn default() -> RoleStmtType
Returns the “default value” for a type. Read more
Source§impl From<RoleStmtType> for i32
impl From<RoleStmtType> for i32
Source§fn from(value: RoleStmtType) -> i32
fn from(value: RoleStmtType) -> i32
Converts to this type from the input type.
Source§impl Hash for RoleStmtType
impl Hash for RoleStmtType
Source§impl Ord for RoleStmtType
impl Ord for RoleStmtType
Source§fn cmp(&self, other: &RoleStmtType) -> Ordering
fn cmp(&self, other: &RoleStmtType) -> Ordering
1.21.0 · 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 RoleStmtType
impl PartialEq for RoleStmtType
Source§impl PartialOrd for RoleStmtType
impl PartialOrd for RoleStmtType
impl Copy for RoleStmtType
impl Eq for RoleStmtType
impl StructuralPartialEq for RoleStmtType
Auto Trait Implementations§
impl Freeze for RoleStmtType
impl RefUnwindSafe for RoleStmtType
impl Send for RoleStmtType
impl Sync for RoleStmtType
impl Unpin for RoleStmtType
impl UnwindSafe for RoleStmtType
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