pub struct AccessSparkApplicationStageAttemptResponse {
pub stage_data: Option<StageData>,
}Expand description
Stage Attempt for a Stage of a Spark Application
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields§
§stage_data: Option<StageData>Output only. Data corresponding to a stage.
Trait Implementations§
Source§impl Clone for AccessSparkApplicationStageAttemptResponse
impl Clone for AccessSparkApplicationStageAttemptResponse
Source§fn clone(&self) -> AccessSparkApplicationStageAttemptResponse
fn clone(&self) -> AccessSparkApplicationStageAttemptResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AccessSparkApplicationStageAttemptResponse
impl Default for AccessSparkApplicationStageAttemptResponse
Source§fn default() -> AccessSparkApplicationStageAttemptResponse
fn default() -> AccessSparkApplicationStageAttemptResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccessSparkApplicationStageAttemptResponse
impl<'de> Deserialize<'de> for AccessSparkApplicationStageAttemptResponse
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 ResponseResult for AccessSparkApplicationStageAttemptResponse
Auto Trait Implementations§
impl Freeze for AccessSparkApplicationStageAttemptResponse
impl RefUnwindSafe for AccessSparkApplicationStageAttemptResponse
impl Send for AccessSparkApplicationStageAttemptResponse
impl Sync for AccessSparkApplicationStageAttemptResponse
impl Unpin for AccessSparkApplicationStageAttemptResponse
impl UnwindSafe for AccessSparkApplicationStageAttemptResponse
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