pub struct ProxyBuilder { /* private fields */ }
Expand description
Permits customising the Proxy behaviour. See the crate
level docs for examples.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyBuilder
impl !RefUnwindSafe for ProxyBuilder
impl Send for ProxyBuilder
impl Sync for ProxyBuilder
impl Unpin for ProxyBuilder
impl !UnwindSafe for ProxyBuilder
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