pub struct BaseProvider {
pub name: String,
pub config: HashMap<String, String>,
}Expand description
Base provider implementation with common functionality
Fields§
§name: String§config: HashMap<String, String>Implementations§
Auto Trait Implementations§
impl Freeze for BaseProvider
impl RefUnwindSafe for BaseProvider
impl Send for BaseProvider
impl Sync for BaseProvider
impl Unpin for BaseProvider
impl UnwindSafe for BaseProvider
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