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