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