Struct sozu_command_lib::proxy::ProxyResponse
source · [−]pub struct ProxyResponse {
pub id: MessageId,
pub status: ProxyResponseStatus,
pub data: Option<ProxyResponseData>,
}
Fields
id: MessageId
status: ProxyResponseStatus
data: Option<ProxyResponseData>
Trait Implementations
sourceimpl Clone for ProxyResponse
impl Clone for ProxyResponse
sourcefn clone(&self) -> ProxyResponse
fn clone(&self) -> ProxyResponse
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 ProxyResponse
impl Debug for ProxyResponse
sourceimpl<'de> Deserialize<'de> for ProxyResponse
impl<'de> Deserialize<'de> for ProxyResponse
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 Display for ProxyResponse
impl Display for ProxyResponse
sourceimpl PartialEq<ProxyResponse> for ProxyResponse
impl PartialEq<ProxyResponse> for ProxyResponse
sourcefn eq(&self, other: &ProxyResponse) -> bool
fn eq(&self, other: &ProxyResponse) -> bool
sourceimpl Serialize for ProxyResponse
impl Serialize for ProxyResponse
impl Eq for ProxyResponse
impl StructuralEq for ProxyResponse
impl StructuralPartialEq for ProxyResponse
Auto Trait Implementations
impl RefUnwindSafe for ProxyResponse
impl Send for ProxyResponse
impl Sync for ProxyResponse
impl Unpin for ProxyResponse
impl UnwindSafe for ProxyResponse
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