pub enum ObjectPrivilegeSyntax {
Connect,
Usage,
Create,
Select,
Insert,
Update,
Delete,
Execute,
}Variants§
Trait Implementations§
Source§impl Clone for ObjectPrivilegeSyntax
impl Clone for ObjectPrivilegeSyntax
Source§fn clone(&self) -> ObjectPrivilegeSyntax
fn clone(&self) -> ObjectPrivilegeSyntax
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 ObjectPrivilegeSyntax
Source§impl Debug for ObjectPrivilegeSyntax
impl Debug for ObjectPrivilegeSyntax
Source§impl Display for ObjectPrivilegeSyntax
impl Display for ObjectPrivilegeSyntax
impl Eq for ObjectPrivilegeSyntax
Source§impl Ord for ObjectPrivilegeSyntax
impl Ord for ObjectPrivilegeSyntax
Source§fn cmp(&self, other: &ObjectPrivilegeSyntax) -> Ordering
fn cmp(&self, other: &ObjectPrivilegeSyntax) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ObjectPrivilegeSyntax
impl PartialEq for ObjectPrivilegeSyntax
Source§impl PartialOrd for ObjectPrivilegeSyntax
impl PartialOrd for ObjectPrivilegeSyntax
impl StructuralPartialEq for ObjectPrivilegeSyntax
Auto Trait Implementations§
impl Freeze for ObjectPrivilegeSyntax
impl RefUnwindSafe for ObjectPrivilegeSyntax
impl Send for ObjectPrivilegeSyntax
impl Sync for ObjectPrivilegeSyntax
impl Unpin for ObjectPrivilegeSyntax
impl UnsafeUnpin for ObjectPrivilegeSyntax
impl UnwindSafe for ObjectPrivilegeSyntax
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