pub struct MultiGardenCodeOutput;
Trait Implementations§
Source§impl HasField<__typename> for MultiGardenCodeOutput
impl HasField<__typename> for MultiGardenCodeOutput
Source§impl HasField<results> for MultiGardenCodeOutput
impl HasField<results> for MultiGardenCodeOutput
Source§impl HasField<totalCount> for MultiGardenCodeOutput
impl HasField<totalCount> for MultiGardenCodeOutput
Auto Trait Implementations§
impl Freeze for MultiGardenCodeOutput
impl RefUnwindSafe for MultiGardenCodeOutput
impl Send for MultiGardenCodeOutput
impl Sync for MultiGardenCodeOutput
impl Unpin for MultiGardenCodeOutput
impl UnwindSafe for MultiGardenCodeOutput
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