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