pub struct ReportOutput;
Trait Implementations§
Source§impl HasField<__typename> for ReportOutput
impl HasField<__typename> for ReportOutput
Source§impl HasField<data> for ReportOutput
impl HasField<data> for ReportOutput
Auto Trait Implementations§
impl Freeze for ReportOutput
impl RefUnwindSafe for ReportOutput
impl Send for ReportOutput
impl Sync for ReportOutput
impl Unpin for ReportOutput
impl UnwindSafe for ReportOutput
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