pub struct Authz { /* private fields */ }Expand description
Authorization data structure
Implementations§
Source§impl Authz
impl Authz
Auto Trait Implementations§
impl Freeze for Authz
impl RefUnwindSafe for Authz
impl !Send for Authz
impl !Sync for Authz
impl Unpin for Authz
impl UnsafeUnpin for Authz
impl UnwindSafe for Authz
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