pub struct UserRef { /* private fields */ }Expand description
A handle to a user placed in this render.
Implementations§
Trait Implementations§
impl Copy for UserRef
impl Eq for UserRef
impl StructuralPartialEq for UserRef
Auto Trait Implementations§
impl Freeze for UserRef
impl RefUnwindSafe for UserRef
impl Send for UserRef
impl Sync for UserRef
impl Unpin for UserRef
impl UnwindSafe for UserRef
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