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