Struct polywrap_plugin::CoreClientConfig
source · pub struct CoreClientConfig {
pub resolver: Arc<dyn UriResolver>,
pub envs: Option<HashMap<Uri, Vec<u8>>>,
pub interfaces: Option<HashMap<Uri, Vec<Uri>>>,
}Fields§
§resolver: Arc<dyn UriResolver>§envs: Option<HashMap<Uri, Vec<u8>>>§interfaces: Option<HashMap<Uri, Vec<Uri>>>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CoreClientConfig
impl Send for CoreClientConfig
impl Sync for CoreClientConfig
impl Unpin for CoreClientConfig
impl !UnwindSafe for CoreClientConfig
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