pub struct UserToRole(pub PolicyUser, pub PolicyRole);Expand description
Maps a PolicyUser to a PolicyRole
Tuple Fields§
§0: PolicyUser§1: PolicyRoleAuto Trait Implementations§
impl Freeze for UserToRole
impl RefUnwindSafe for UserToRole
impl Send for UserToRole
impl Sync for UserToRole
impl Unpin for UserToRole
impl UnwindSafe for UserToRole
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