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