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