pub struct RoleSet(/* private fields */);Implementations§
Trait Implementations§
impl Eq for RoleSet
impl StructuralPartialEq for RoleSet
Auto Trait Implementations§
impl Freeze for RoleSet
impl RefUnwindSafe for RoleSet
impl Send for RoleSet
impl Sync for RoleSet
impl Unpin for RoleSet
impl UnsafeUnpin for RoleSet
impl UnwindSafe for RoleSet
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