pub struct SingleGardenCodeOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleGardenCodeOutput
impl HasField<__typename> for SingleGardenCodeOutput
Source§impl HasField<result> for SingleGardenCodeOutput
impl HasField<result> for SingleGardenCodeOutput
Source§type Type = Option<GardenCode>
type Type = Option<GardenCode>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleGardenCodeOutput
impl RefUnwindSafe for SingleGardenCodeOutput
impl Send for SingleGardenCodeOutput
impl Sync for SingleGardenCodeOutput
impl Unpin for SingleGardenCodeOutput
impl UnwindSafe for SingleGardenCodeOutput
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