pub struct ReleasePipelineEdge;Trait Implementations§
Source§impl HasField<__typename> for ReleasePipelineEdge
impl HasField<__typename> for ReleasePipelineEdge
Source§impl HasField<cursor> for ReleasePipelineEdge
impl HasField<cursor> for ReleasePipelineEdge
Source§impl HasField<node> for ReleasePipelineEdge
impl HasField<node> for ReleasePipelineEdge
Source§type Type = ReleasePipeline
type Type = ReleasePipeline
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ReleasePipelineEdge
impl RefUnwindSafe for ReleasePipelineEdge
impl Send for ReleasePipelineEdge
impl Sync for ReleasePipelineEdge
impl Unpin for ReleasePipelineEdge
impl UnwindSafe for ReleasePipelineEdge
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