pub enum AuthScope {
ReadOnly,
ReadWrite,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthScope
impl RefUnwindSafe for AuthScope
impl Send for AuthScope
impl Sync for AuthScope
impl Unpin for AuthScope
impl UnwindSafe for AuthScope
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