Struct sozu_command_lib::state::HttpsProxy
source · [−]pub struct HttpsProxy { /* private fields */ }
Trait Implementations
sourceimpl Clone for HttpsProxy
impl Clone for HttpsProxy
sourcefn clone(&self) -> HttpsProxy
fn clone(&self) -> HttpsProxy
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for HttpsProxy
impl Debug for HttpsProxy
sourceimpl<'de> Deserialize<'de> for HttpsProxy
impl<'de> Deserialize<'de> for HttpsProxy
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
sourceimpl PartialEq<HttpsProxy> for HttpsProxy
impl PartialEq<HttpsProxy> for HttpsProxy
sourcefn eq(&self, other: &HttpsProxy) -> bool
fn eq(&self, other: &HttpsProxy) -> bool
sourceimpl Serialize for HttpsProxy
impl Serialize for HttpsProxy
impl Eq for HttpsProxy
impl StructuralEq for HttpsProxy
impl StructuralPartialEq for HttpsProxy
Auto Trait Implementations
impl RefUnwindSafe for HttpsProxy
impl Send for HttpsProxy
impl Sync for HttpsProxy
impl Unpin for HttpsProxy
impl UnwindSafe for HttpsProxy
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