pub struct SingleReportInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleReportInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleReportInput
impl HasInputField<selector, Option<SelectorInput>> for SingleReportInput
impl InputObjectMarker for SingleReportInput
Auto Trait Implementations§
impl Freeze for SingleReportInput
impl RefUnwindSafe for SingleReportInput
impl Send for SingleReportInput
impl Sync for SingleReportInput
impl Unpin for SingleReportInput
impl UnwindSafe for SingleReportInput
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