pub struct Report<Current: State> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Current> !Send for Report<Current>
impl<Current> !Sync for Report<Current>
impl<Current> Freeze for Report<Current>where
Current: Freeze,
impl<Current> RefUnwindSafe for Report<Current>where
Current: RefUnwindSafe,
impl<Current> Unpin for Report<Current>where
Current: Unpin,
impl<Current> UnsafeUnpin for Report<Current>where
Current: UnsafeUnpin,
impl<Current> UnwindSafe for Report<Current>where
Current: UnwindSafe,
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