#[non_exhaustive]pub struct RoleMarker;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RoleMarker
impl RefUnwindSafe for RoleMarker
impl Send for RoleMarker
impl Sync for RoleMarker
impl Unpin for RoleMarker
impl UnwindSafe for RoleMarker
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