Struct hyper_http_proxy::Custom
source · pub struct Custom(/* private fields */);
Expand description
A Custom struct to proxy custom uris
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Custom
impl !RefUnwindSafe for Custom
impl Send for Custom
impl Sync for Custom
impl Unpin for Custom
impl !UnwindSafe for Custom
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