Struct sozu_command_lib::state::HttpProxy
source · [−]pub struct HttpProxy { /* private fields */ }
Trait Implementations
sourceimpl<'de> Deserialize<'de> for HttpProxy
impl<'de> Deserialize<'de> for HttpProxy
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HttpProxy
impl StructuralEq for HttpProxy
impl StructuralPartialEq for HttpProxy
Auto Trait Implementations
impl RefUnwindSafe for HttpProxy
impl Send for HttpProxy
impl Sync for HttpProxy
impl Unpin for HttpProxy
impl UnwindSafe for HttpProxy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more