pub struct Release;Trait Implementations§
Source§impl HasField<__typename> for Release
impl HasField<__typename> for Release
Source§impl HasField<archivedAt> for Release
impl HasField<archivedAt> for Release
Source§impl HasField<canceledAt> for Release
impl HasField<canceledAt> for Release
Source§impl HasField<completedAt> for Release
impl HasField<completedAt> for Release
Source§impl HasField<pipeline> for Release
impl HasField<pipeline> for Release
Source§type Type = ReleasePipeline
type Type = ReleasePipeline
The schema marker type of this field.
Source§impl HasField<stage> for Release
impl HasField<stage> for Release
Source§type Type = ReleaseStage
type Type = ReleaseStage
The schema marker type of this field.
Source§impl HasField<startDate> for Release
impl HasField<startDate> for Release
Source§type Type = Option<TimelessDate>
type Type = Option<TimelessDate>
The schema marker type of this field.
Source§impl HasField<targetDate> for Release
impl HasField<targetDate> for Release
Source§type Type = Option<TimelessDate>
type Type = Option<TimelessDate>
The schema marker type of this field.
impl HasSubtype<Release> for Node
Auto Trait Implementations§
impl Freeze for Release
impl RefUnwindSafe for Release
impl Send for Release
impl Sync for Release
impl Unpin for Release
impl UnwindSafe for Release
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