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