pub struct gardenCodes;
Trait Implementations§
Source§impl Field for gardenCodes
impl Field for gardenCodes
Source§impl HasArgument<input> for gardenCodes
impl HasArgument<input> for gardenCodes
Source§type ArgumentType = Option<MultiGardenCodeInput>
type ArgumentType = Option<MultiGardenCodeInput>
The schema marker type of this argument.
Source§impl HasField<gardenCodes> for Query
impl HasField<gardenCodes> for Query
Source§type Type = Option<MultiGardenCodeOutput>
type Type = Option<MultiGardenCodeOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for gardenCodes
impl RefUnwindSafe for gardenCodes
impl Send for gardenCodes
impl Sync for gardenCodes
impl Unpin for gardenCodes
impl UnwindSafe for gardenCodes
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