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