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