pub struct ProjectCardEdge;
Trait Implementations§
Source§impl HasField<__typename> for ProjectCardEdge
impl HasField<__typename> for ProjectCardEdge
Source§impl HasField<cursor> for ProjectCardEdge
impl HasField<cursor> for ProjectCardEdge
Source§impl HasField<node> for ProjectCardEdge
impl HasField<node> for ProjectCardEdge
Source§type Type = Option<ProjectCard>
type Type = Option<ProjectCard>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ProjectCardEdge
impl RefUnwindSafe for ProjectCardEdge
impl Send for ProjectCardEdge
impl Sync for ProjectCardEdge
impl Unpin for ProjectCardEdge
impl UnwindSafe for ProjectCardEdge
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