pub struct ManualTransitionRunResponse {
pub state: String,
pub mode: String,
pub job_id: Option<String>,
pub status_endpoint: Option<String>,
pub report: ManualTransitionRunReport,
}Expand description
Response returned by the manual lifecycle transition endpoint.
Fields§
§state: String§mode: String§job_id: Option<String>§status_endpoint: Option<String>§report: ManualTransitionRunReportTrait Implementations§
Source§impl Clone for ManualTransitionRunResponse
impl Clone for ManualTransitionRunResponse
Source§fn clone(&self) -> ManualTransitionRunResponse
fn clone(&self) -> ManualTransitionRunResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ManualTransitionRunResponse
impl Debug for ManualTransitionRunResponse
Source§impl<'de> Deserialize<'de> for ManualTransitionRunResponse
impl<'de> Deserialize<'de> for ManualTransitionRunResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ManualTransitionRunResponse
impl StructuralPartialEq for ManualTransitionRunResponse
Auto Trait Implementations§
impl Freeze for ManualTransitionRunResponse
impl RefUnwindSafe for ManualTransitionRunResponse
impl Send for ManualTransitionRunResponse
impl Sync for ManualTransitionRunResponse
impl Unpin for ManualTransitionRunResponse
impl UnsafeUnpin for ManualTransitionRunResponse
impl UnwindSafe for ManualTransitionRunResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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