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