pub struct UserRoleType {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserRoleType
impl RefUnwindSafe for UserRoleType
impl Send for UserRoleType
impl Sync for UserRoleType
impl Unpin for UserRoleType
impl UnwindSafe for UserRoleType
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