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