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