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