pub struct MultiGardenCodeInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiGardenCodeInput
impl HasInputField<enableTotal, Option<bool>> for MultiGardenCodeInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiGardenCodeInput
impl HasInputField<terms, Option<JSON>> for MultiGardenCodeInput
impl InputObjectMarker for MultiGardenCodeInput
Auto Trait Implementations§
impl Freeze for MultiGardenCodeInput
impl RefUnwindSafe for MultiGardenCodeInput
impl Send for MultiGardenCodeInput
impl Sync for MultiGardenCodeInput
impl Unpin for MultiGardenCodeInput
impl UnwindSafe for MultiGardenCodeInput
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