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