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