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