pub struct CommitEdge;
Trait Implementations§
Source§impl HasField<__typename> for CommitEdge
impl HasField<__typename> for CommitEdge
Source§impl HasField<cursor> for CommitEdge
impl HasField<cursor> for CommitEdge
Source§impl HasField<node> for CommitEdge
impl HasField<node> for CommitEdge
Auto Trait Implementations§
impl Freeze for CommitEdge
impl RefUnwindSafe for CommitEdge
impl Send for CommitEdge
impl Sync for CommitEdge
impl Unpin for CommitEdge
impl UnwindSafe for CommitEdge
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