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