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