pub enum AuthorizationLevel {
Query,
Cell,
RowColumn,
}Variants§
Trait Implementations§
Source§impl Debug for AuthorizationLevel
impl Debug for AuthorizationLevel
Source§impl FromStr for AuthorizationLevel
impl FromStr for AuthorizationLevel
Source§impl PartialEq for AuthorizationLevel
impl PartialEq for AuthorizationLevel
Source§impl TryFrom<&str> for AuthorizationLevel
impl TryFrom<&str> for AuthorizationLevel
impl StructuralPartialEq for AuthorizationLevel
Auto Trait Implementations§
impl Freeze for AuthorizationLevel
impl RefUnwindSafe for AuthorizationLevel
impl Send for AuthorizationLevel
impl Sync for AuthorizationLevel
impl Unpin for AuthorizationLevel
impl UnsafeUnpin for AuthorizationLevel
impl UnwindSafe for AuthorizationLevel
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