pub struct SparkApplication {
pub application: Option<ApplicationInfo>,
pub name: Option<String>,
}Expand description
A summary of Spark Application
This type is not used in any activity, and only used as part of another schema.
Fields§
§application: Option<ApplicationInfo>Output only. High level information corresponding to an application.
name: Option<String>Identifier. Name of the spark application
Trait Implementations§
Source§impl Clone for SparkApplication
impl Clone for SparkApplication
Source§fn clone(&self) -> SparkApplication
fn clone(&self) -> SparkApplication
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 Debug for SparkApplication
impl Debug for SparkApplication
Source§impl Default for SparkApplication
impl Default for SparkApplication
Source§fn default() -> SparkApplication
fn default() -> SparkApplication
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SparkApplication
impl<'de> Deserialize<'de> for SparkApplication
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
Source§impl Serialize for SparkApplication
impl Serialize for SparkApplication
impl Part for SparkApplication
Auto Trait Implementations§
impl Freeze for SparkApplication
impl RefUnwindSafe for SparkApplication
impl Send for SparkApplication
impl Sync for SparkApplication
impl Unpin for SparkApplication
impl UnwindSafe for SparkApplication
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