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