pub struct SparkService { /* private fields */ }Expand description
妙搭平台服务
Implementations§
Source§impl SparkService
impl SparkService
Trait Implementations§
Source§impl Clone for SparkService
impl Clone for SparkService
Source§fn clone(&self) -> SparkService
fn clone(&self) -> SparkService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for SparkService
impl !UnwindSafe for SparkService
impl Freeze for SparkService
impl Send for SparkService
impl Sync for SparkService
impl Unpin for SparkService
impl UnsafeUnpin for SparkService
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