pub struct GivingSeasonHearts;
Trait Implementations§
Source§impl Field for GivingSeasonHearts
impl Field for GivingSeasonHearts
Source§impl HasArgument<electionName> for GivingSeasonHearts
impl HasArgument<electionName> for GivingSeasonHearts
Source§impl HasField<GivingSeasonHearts> for Query
impl HasField<GivingSeasonHearts> for Query
Source§type Type = Vec<GivingSeasonHeart>
type Type = Vec<GivingSeasonHeart>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for GivingSeasonHearts
impl RefUnwindSafe for GivingSeasonHearts
impl Send for GivingSeasonHearts
impl Sync for GivingSeasonHearts
impl Unpin for GivingSeasonHearts
impl UnwindSafe for GivingSeasonHearts
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