pub struct kind;Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for kind
impl RefUnwindSafe for kind
impl Send for kind
impl Sync for kind
impl Unpin for kind
impl UnwindSafe for kind
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