pub struct Spark;
Expand description
Data from Apache Spark - Scala engine for large-scale data processing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spark
impl RefUnwindSafe for Spark
impl Send for Spark
impl Sync for Spark
impl Unpin for Spark
impl UnwindSafe for Spark
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