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