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