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