pub struct matchingRefs;
Trait Implementations§
Source§impl Field for matchingRefs
impl Field for matchingRefs
Source§impl HasArgument<after> for matchingRefs
impl HasArgument<after> for matchingRefs
Source§impl HasArgument<before> for matchingRefs
impl HasArgument<before> for matchingRefs
Source§impl HasArgument<first> for matchingRefs
impl HasArgument<first> for matchingRefs
Source§impl HasArgument<last> for matchingRefs
impl HasArgument<last> for matchingRefs
Source§impl HasArgument<query> for matchingRefs
impl HasArgument<query> for matchingRefs
Source§impl HasField<matchingRefs> for BranchProtectionRule
impl HasField<matchingRefs> for BranchProtectionRule
Source§type Type = RefConnection
type Type = RefConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for matchingRefs
impl RefUnwindSafe for matchingRefs
impl Send for matchingRefs
impl Sync for matchingRefs
impl Unpin for matchingRefs
impl UnwindSafe for matchingRefs
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