pub enum AclGrantScope {
Target,
AllTables,
AllSequences,
AllFunctions,
FutureTables,
FutureSequences,
FutureFunctions,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for AclGrantScope
impl Clone for AclGrantScope
impl Copy for AclGrantScope
Source§impl Debug for AclGrantScope
impl Debug for AclGrantScope
Source§impl Default for AclGrantScope
impl Default for AclGrantScope
Source§fn default() -> AclGrantScope
fn default() -> AclGrantScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AclGrantScope
impl<'de> Deserialize<'de> for AclGrantScope
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 Display for AclGrantScope
impl Display for AclGrantScope
impl Eq for AclGrantScope
Source§impl Hash for AclGrantScope
impl Hash for AclGrantScope
Source§impl Ord for AclGrantScope
impl Ord for AclGrantScope
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 AclGrantScope
impl PartialEq for AclGrantScope
Source§impl PartialOrd for AclGrantScope
impl PartialOrd for AclGrantScope
Source§impl Serialize for AclGrantScope
impl Serialize for AclGrantScope
impl StructuralPartialEq for AclGrantScope
Auto Trait Implementations§
impl Freeze for AclGrantScope
impl RefUnwindSafe for AclGrantScope
impl Send for AclGrantScope
impl Sync for AclGrantScope
impl Unpin for AclGrantScope
impl UnsafeUnpin for AclGrantScope
impl UnwindSafe for AclGrantScope
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