pub struct GitHubMetadata;
Trait Implementations§
Source§impl HasField<__typename> for GitHubMetadata
impl HasField<__typename> for GitHubMetadata
Source§impl HasField<gitHubServicesSha> for GitHubMetadata
impl HasField<gitHubServicesSha> for GitHubMetadata
Source§type Type = GitObjectID
type Type = GitObjectID
The schema marker type of this field.
Source§impl HasField<gitIpAddresses> for GitHubMetadata
impl HasField<gitIpAddresses> for GitHubMetadata
Source§impl HasField<hookIpAddresses> for GitHubMetadata
impl HasField<hookIpAddresses> for GitHubMetadata
Source§impl HasField<importerIpAddresses> for GitHubMetadata
impl HasField<importerIpAddresses> for GitHubMetadata
Source§impl HasField<pagesIpAddresses> for GitHubMetadata
impl HasField<pagesIpAddresses> for GitHubMetadata
Auto Trait Implementations§
impl Freeze for GitHubMetadata
impl RefUnwindSafe for GitHubMetadata
impl Send for GitHubMetadata
impl Sync for GitHubMetadata
impl Unpin for GitHubMetadata
impl UnwindSafe for GitHubMetadata
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