pub struct SparkRuntimeInfo {
pub java_home: Option<String>,
pub java_version: Option<String>,
pub scala_version: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§java_home: Option<String>no description provided
java_version: Option<String>no description provided
scala_version: Option<String>no description provided
Trait Implementations§
Source§impl Clone for SparkRuntimeInfo
impl Clone for SparkRuntimeInfo
Source§fn clone(&self) -> SparkRuntimeInfo
fn clone(&self) -> SparkRuntimeInfo
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 SparkRuntimeInfo
impl Debug for SparkRuntimeInfo
Source§impl Default for SparkRuntimeInfo
impl Default for SparkRuntimeInfo
Source§fn default() -> SparkRuntimeInfo
fn default() -> SparkRuntimeInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SparkRuntimeInfo
impl<'de> Deserialize<'de> for SparkRuntimeInfo
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 SparkRuntimeInfo
impl Serialize for SparkRuntimeInfo
impl Part for SparkRuntimeInfo
Auto Trait Implementations§
impl Freeze for SparkRuntimeInfo
impl RefUnwindSafe for SparkRuntimeInfo
impl Send for SparkRuntimeInfo
impl Sync for SparkRuntimeInfo
impl Unpin for SparkRuntimeInfo
impl UnwindSafe for SparkRuntimeInfo
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