pub struct Ref;
Trait Implementations§
Source§impl HasField<__typename> for Ref
impl HasField<__typename> for Ref
Source§impl HasField<associatedPullRequests> for Ref
impl HasField<associatedPullRequests> for Ref
Source§type Type = PullRequestConnection
type Type = PullRequestConnection
The schema marker type of this field.
Source§impl HasField<branchProtectionRule> for Ref
impl HasField<branchProtectionRule> for Ref
Source§type Type = Option<BranchProtectionRule>
type Type = Option<BranchProtectionRule>
The schema marker type of this field.
Source§impl HasField<compare> for Ref
impl HasField<compare> for Ref
Source§type Type = Option<Comparison>
type Type = Option<Comparison>
The schema marker type of this field.
Source§impl HasField<refUpdateRule> for Ref
impl HasField<refUpdateRule> for Ref
Source§type Type = Option<RefUpdateRule>
type Type = Option<RefUpdateRule>
The schema marker type of this field.
Source§impl HasField<repository> for Ref
impl HasField<repository> for Ref
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
impl HasSubtype<Ref> for Node
Auto Trait Implementations§
impl Freeze for Ref
impl RefUnwindSafe for Ref
impl Send for Ref
impl Sync for Ref
impl Unpin for Ref
impl UnwindSafe for Ref
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