pub struct AccessSparkApplicationSqlSparkPlanGraphResponse {
pub spark_plan_graph: Option<SparkPlanGraph>,
}Expand description
SparkPlanGraph for a Spark Application execution limited to maximum 10000 clusters.
§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§
§spark_plan_graph: Option<SparkPlanGraph>SparkPlanGraph for a Spark Application execution.
Trait Implementations§
Source§impl Clone for AccessSparkApplicationSqlSparkPlanGraphResponse
impl Clone for AccessSparkApplicationSqlSparkPlanGraphResponse
Source§fn clone(&self) -> AccessSparkApplicationSqlSparkPlanGraphResponse
fn clone(&self) -> AccessSparkApplicationSqlSparkPlanGraphResponse
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 AccessSparkApplicationSqlSparkPlanGraphResponse
impl Default for AccessSparkApplicationSqlSparkPlanGraphResponse
Source§fn default() -> AccessSparkApplicationSqlSparkPlanGraphResponse
fn default() -> AccessSparkApplicationSqlSparkPlanGraphResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccessSparkApplicationSqlSparkPlanGraphResponse
impl<'de> Deserialize<'de> for AccessSparkApplicationSqlSparkPlanGraphResponse
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 AccessSparkApplicationSqlSparkPlanGraphResponse
Auto Trait Implementations§
impl Freeze for AccessSparkApplicationSqlSparkPlanGraphResponse
impl RefUnwindSafe for AccessSparkApplicationSqlSparkPlanGraphResponse
impl Send for AccessSparkApplicationSqlSparkPlanGraphResponse
impl Sync for AccessSparkApplicationSqlSparkPlanGraphResponse
impl Unpin for AccessSparkApplicationSqlSparkPlanGraphResponse
impl UnwindSafe for AccessSparkApplicationSqlSparkPlanGraphResponse
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