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