Struct taxy_api::site::ProxyEntry
source · pub struct ProxyEntry {
pub id: String,
pub proxy: Proxy,
}Fields§
§id: String§proxy: ProxyTrait Implementations§
source§impl Clone for ProxyEntry
impl Clone for ProxyEntry
source§fn clone(&self) -> ProxyEntry
fn clone(&self) -> ProxyEntry
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 Debug for ProxyEntry
impl Debug for ProxyEntry
source§impl<'de> Deserialize<'de> for ProxyEntry
impl<'de> Deserialize<'de> for ProxyEntry
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 From<ProxyEntry> for (String, Proxy)
impl From<ProxyEntry> for (String, Proxy)
source§fn from(entry: ProxyEntry) -> Self
fn from(entry: ProxyEntry) -> Self
Converts to this type from the input type.
source§impl PartialEq<ProxyEntry> for ProxyEntry
impl PartialEq<ProxyEntry> for ProxyEntry
source§fn eq(&self, other: &ProxyEntry) -> bool
fn eq(&self, other: &ProxyEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ProxyEntry
impl Serialize for ProxyEntry
source§impl<'__s> ToSchema<'__s> for ProxyEntry
impl<'__s> ToSchema<'__s> for ProxyEntry
impl Eq for ProxyEntry
impl StructuralEq for ProxyEntry
impl StructuralPartialEq for ProxyEntry
Auto Trait Implementations§
impl RefUnwindSafe for ProxyEntry
impl Send for ProxyEntry
impl Sync for ProxyEntry
impl Unpin for ProxyEntry
impl UnwindSafe for ProxyEntry
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.