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