pub struct PreviouslyReported;Expand description
PreviouslyReported (570).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreviouslyReported
impl RefUnwindSafe for PreviouslyReported
impl Send for PreviouslyReported
impl Sync for PreviouslyReported
impl Unpin for PreviouslyReported
impl UnsafeUnpin for PreviouslyReported
impl UnwindSafe for PreviouslyReported
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