pub struct SponsorsGoal;Trait Implementations§
Source§impl HasField<__typename> for SponsorsGoal
impl HasField<__typename> for SponsorsGoal
Source§impl HasField<description> for SponsorsGoal
impl HasField<description> for SponsorsGoal
Source§impl HasField<kind> for SponsorsGoal
impl HasField<kind> for SponsorsGoal
Source§type Type = SponsorsGoalKind
type Type = SponsorsGoalKind
The schema marker type of this field.
Source§impl HasField<percentComplete> for SponsorsGoal
impl HasField<percentComplete> for SponsorsGoal
Source§impl HasField<targetValue> for SponsorsGoal
impl HasField<targetValue> for SponsorsGoal
Source§impl HasField<title> for SponsorsGoal
impl HasField<title> for SponsorsGoal
Auto Trait Implementations§
impl Freeze for SponsorsGoal
impl RefUnwindSafe for SponsorsGoal
impl Send for SponsorsGoal
impl Sync for SponsorsGoal
impl Unpin for SponsorsGoal
impl UnwindSafe for SponsorsGoal
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