pub struct CreatedRepositoryContribution;
Trait Implementations§
Source§impl HasField<repository> for CreatedRepositoryContribution
impl HasField<repository> for CreatedRepositoryContribution
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<url> for CreatedRepositoryContribution
impl HasField<url> for CreatedRepositoryContribution
Source§impl HasField<user> for CreatedRepositoryContribution
impl HasField<user> for CreatedRepositoryContribution
impl HasSubtype<CreatedRepositoryContribution> for Contribution
impl HasSubtype<CreatedRepositoryContribution> for CreatedRepositoryOrRestrictedContribution
Auto Trait Implementations§
impl Freeze for CreatedRepositoryContribution
impl RefUnwindSafe for CreatedRepositoryContribution
impl Send for CreatedRepositoryContribution
impl Sync for CreatedRepositoryContribution
impl Unpin for CreatedRepositoryContribution
impl UnwindSafe for CreatedRepositoryContribution
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