pub enum RoleStmtType {
ROLESTMT_ROLE = 0,
ROLESTMT_USER = 1,
ROLESTMT_GROUP = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for RoleStmtType
impl Clone for RoleStmtType
Source§fn clone(&self) -> RoleStmtType
fn clone(&self) -> RoleStmtType
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 RoleStmtType
impl Debug for RoleStmtType
Source§impl<'de> Deserialize<'de> for RoleStmtType
impl<'de> Deserialize<'de> for RoleStmtType
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
Source§impl PartialEq for RoleStmtType
impl PartialEq 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