pub struct ProxyStatus {
pub state: ProxyState,
}
Fields§
§state: ProxyState
Trait Implementations§
Source§impl Clone for ProxyStatus
impl Clone for ProxyStatus
Source§fn clone(&self) -> ProxyStatus
fn clone(&self) -> ProxyStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl ComposeSchema for ProxyStatus
impl ComposeSchema for ProxyStatus
Source§impl Debug for ProxyStatus
impl Debug for ProxyStatus
Source§impl Default for ProxyStatus
impl Default for ProxyStatus
Source§fn default() -> ProxyStatus
fn default() -> ProxyStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProxyStatus
impl<'de> Deserialize<'de> for ProxyStatus
Source§fn 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
Source§impl PartialEq for ProxyStatus
impl PartialEq for ProxyStatus
Source§impl Serialize for ProxyStatus
impl Serialize for ProxyStatus
Source§impl ToSchema for ProxyStatus
impl ToSchema for ProxyStatus
impl Copy for ProxyStatus
impl Eq for ProxyStatus
impl StructuralPartialEq for ProxyStatus
Auto Trait Implementations§
impl Freeze for ProxyStatus
impl RefUnwindSafe for ProxyStatus
impl Send for ProxyStatus
impl Sync for ProxyStatus
impl Unpin for ProxyStatus
impl UnwindSafe for ProxyStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.