pub struct ServiceProviderConfig { /* private fields */ }Expand description
Spark Service Provider configuration.
Implementations§
Trait Implementations§
Source§impl Clone for ServiceProviderConfig
impl Clone for ServiceProviderConfig
Source§fn clone(&self) -> ServiceProviderConfig
fn clone(&self) -> ServiceProviderConfig
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 ServiceProviderConfig
impl Debug for ServiceProviderConfig
Source§impl PartialEq for ServiceProviderConfig
impl PartialEq for ServiceProviderConfig
impl StructuralPartialEq for ServiceProviderConfig
Auto Trait Implementations§
impl Freeze for ServiceProviderConfig
impl RefUnwindSafe for ServiceProviderConfig
impl Send for ServiceProviderConfig
impl Sync for ServiceProviderConfig
impl Unpin for ServiceProviderConfig
impl UnwindSafe for ServiceProviderConfig
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