pub struct ReleaseStage;Trait Implementations§
Source§impl HasField<__typename> for ReleaseStage
impl HasField<__typename> for ReleaseStage
Source§impl HasField<archivedAt> for ReleaseStage
impl HasField<archivedAt> for ReleaseStage
Source§impl HasField<color> for ReleaseStage
impl HasField<color> for ReleaseStage
Source§impl HasField<createdAt> for ReleaseStage
impl HasField<createdAt> for ReleaseStage
Source§impl HasField<name> for ReleaseStage
impl HasField<name> for ReleaseStage
Source§impl HasField<pipeline> for ReleaseStage
impl HasField<pipeline> for ReleaseStage
Source§type Type = ReleasePipeline
type Type = ReleasePipeline
The schema marker type of this field.
Source§impl HasField<position> for ReleaseStage
impl HasField<position> for ReleaseStage
Source§impl HasField<releases> for ReleaseStage
impl HasField<releases> for ReleaseStage
Source§type Type = ReleaseConnection
type Type = ReleaseConnection
The schema marker type of this field.
Source§impl HasField<type> for ReleaseStage
impl HasField<type> for ReleaseStage
Source§type Type = ReleaseStageType
type Type = ReleaseStageType
The schema marker type of this field.
Source§impl HasField<updatedAt> for ReleaseStage
impl HasField<updatedAt> for ReleaseStage
Source§impl NamedType for ReleaseStage
impl NamedType for ReleaseStage
impl HasSubtype<ReleaseStage> for Node
Auto Trait Implementations§
impl Freeze for ReleaseStage
impl RefUnwindSafe for ReleaseStage
impl Send for ReleaseStage
impl Sync for ReleaseStage
impl Unpin for ReleaseStage
impl UnwindSafe for ReleaseStage
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