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