pub enum RoleLevelType {
Database,
Schema,
Table,
}Variants§
Trait Implementations§
Source§impl Debug for RoleLevelType
impl Debug for RoleLevelType
Source§impl Display for RoleLevelType
impl Display for RoleLevelType
Source§impl PartialEq for RoleLevelType
impl PartialEq for RoleLevelType
impl Eq for RoleLevelType
impl StructuralPartialEq for RoleLevelType
Auto Trait Implementations§
impl Freeze for RoleLevelType
impl RefUnwindSafe for RoleLevelType
impl Send for RoleLevelType
impl Sync for RoleLevelType
impl Unpin for RoleLevelType
impl UnwindSafe for RoleLevelType
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.