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