pub struct SystemAuths(pub HashMap<SystemId, Arc<dyn Auth>>);Tuple Fields§
§0: HashMap<SystemId, Arc<dyn Auth>>Implementations§
Auto Trait Implementations§
impl Freeze for SystemAuths
impl !RefUnwindSafe for SystemAuths
impl Send for SystemAuths
impl Sync for SystemAuths
impl Unpin for SystemAuths
impl UnsafeUnpin for SystemAuths
impl !UnwindSafe for SystemAuths
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