Enum cql3_parser::common::PrivilegeType
source · [−]pub enum PrivilegeType {
All,
Alter,
Authorize,
Describe,
Execute,
Create,
Drop,
Modify,
Select,
}Expand description
the list of privileges recognized by the system.
Variants
All
Alter
Authorize
Describe
Execute
Create
Drop
Modify
Select
Trait Implementations
sourceimpl Clone for PrivilegeType
impl Clone for PrivilegeType
sourcefn clone(&self) -> PrivilegeType
fn clone(&self) -> PrivilegeType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PrivilegeType
impl Debug for PrivilegeType
sourceimpl Display for PrivilegeType
impl Display for PrivilegeType
sourceimpl PartialEq<PrivilegeType> for PrivilegeType
impl PartialEq<PrivilegeType> for PrivilegeType
sourcefn eq(&self, other: &PrivilegeType) -> bool
fn eq(&self, other: &PrivilegeType) -> bool
impl StructuralPartialEq for PrivilegeType
Auto Trait Implementations
impl RefUnwindSafe for PrivilegeType
impl Send for PrivilegeType
impl Sync for PrivilegeType
impl Unpin for PrivilegeType
impl UnwindSafe for PrivilegeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more