pub struct ProxyFactory { /* private fields */ }Implementations§
Source§impl ProxyFactory
impl ProxyFactory
pub async fn create_proxy( proxy_data: DirectProxyData, properties: &Properties, context: Option<HashMap<String, String>>, ) -> Result<Proxy, Box<dyn Error + Sync + Send>>
pub async fn new( properties: &Properties, ) -> Result<ProxyFactory, Box<dyn Error + Sync + Send>>
pub async fn create( &mut self, proxy_string: &str, properties: &Properties, ) -> Result<Proxy, Box<dyn Error + Sync + Send>>
Auto Trait Implementations§
impl Freeze for ProxyFactory
impl !RefUnwindSafe for ProxyFactory
impl Send for ProxyFactory
impl Sync for ProxyFactory
impl Unpin for ProxyFactory
impl UnsafeUnpin for ProxyFactory
impl !UnwindSafe for ProxyFactory
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