pub enum AzContext {
Lmdb(LmdbAzContext),
}Expand description
Unified authorization context with runtime backend selection
Variants§
Lmdb(LmdbAzContext)
Implementations§
Trait Implementations§
Source§impl AuthorizationContext for AzContext
impl AuthorizationContext for AzContext
Auto Trait Implementations§
impl Freeze for AzContext
impl RefUnwindSafe for AzContext
impl Send for AzContext
impl Sync for AzContext
impl Unpin for AzContext
impl UnwindSafe for AzContext
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