pub struct GitActorConnection;
Trait Implementations§
Source§impl HasField<__typename> for GitActorConnection
impl HasField<__typename> for GitActorConnection
Source§impl HasField<edges> for GitActorConnection
impl HasField<edges> for GitActorConnection
Source§impl HasField<nodes> for GitActorConnection
impl HasField<nodes> for GitActorConnection
Source§impl HasField<pageInfo> for GitActorConnection
impl HasField<pageInfo> for GitActorConnection
Source§impl HasField<totalCount> for GitActorConnection
impl HasField<totalCount> for GitActorConnection
Auto Trait Implementations§
impl Freeze for GitActorConnection
impl RefUnwindSafe for GitActorConnection
impl Send for GitActorConnection
impl Sync for GitActorConnection
impl Unpin for GitActorConnection
impl UnwindSafe for GitActorConnection
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