pub struct ROLES;
Trait Implementations§
impl Copy for ROLES
Auto Trait Implementations§
impl Freeze for ROLES
impl RefUnwindSafe for ROLES
impl Send for ROLES
impl Sync for ROLES
impl Unpin for ROLES
impl UnwindSafe for ROLES
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