pub enum GranteesType {
Role,
Share,
User,
Group,
Public,
DatabaseRole,
Application,
ApplicationRole,
None,
}Variants§
Trait Implementations§
Source§impl Clone for GranteesType
impl Clone for GranteesType
Source§fn clone(&self) -> GranteesType
fn clone(&self) -> GranteesType
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 GranteesType
impl Debug for GranteesType
Source§impl<'de> Deserialize<'de> for GranteesType
impl<'de> Deserialize<'de> for GranteesType
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 Hash for GranteesType
impl Hash for GranteesType
Source§impl Ord for GranteesType
impl Ord for GranteesType
Source§fn cmp(&self, other: &GranteesType) -> Ordering
fn cmp(&self, other: &GranteesType) -> 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 GranteesType
impl PartialEq for GranteesType
Source§impl PartialOrd for GranteesType
impl PartialOrd for GranteesType
Source§impl Serialize for GranteesType
impl Serialize for GranteesType
Source§impl Visit for GranteesType
impl Visit for GranteesType
Source§impl VisitMut for GranteesType
impl VisitMut for GranteesType
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for GranteesType
impl StructuralPartialEq for GranteesType
Auto Trait Implementations§
impl Freeze for GranteesType
impl RefUnwindSafe for GranteesType
impl Send for GranteesType
impl Sync for GranteesType
impl Unpin for GranteesType
impl UnwindSafe for GranteesType
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