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