pub struct GetReport;Expand description
Marker type for the GetReport action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetReport
impl RefUnwindSafe for GetReport
impl Send for GetReport
impl Sync for GetReport
impl Unpin for GetReport
impl UnsafeUnpin for GetReport
impl UnwindSafe for GetReport
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