pub struct ProxyUpdate {
pub max_connections: Option<u32>,
pub threads: Option<u32>,
pub extra: Value,
}
Expand description
Proxy update body
Fields§
§max_connections: Option<u32>
§threads: Option<u32>
§extra: Value
Trait Implementations§
Source§impl Clone for ProxyUpdate
impl Clone for ProxyUpdate
Source§fn clone(&self) -> ProxyUpdate
fn clone(&self) -> ProxyUpdate
Returns a duplicate 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 ProxyUpdate
impl Debug for ProxyUpdate
Source§impl<'de> Deserialize<'de> for ProxyUpdate
impl<'de> Deserialize<'de> for ProxyUpdate
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
Auto Trait Implementations§
impl Freeze for ProxyUpdate
impl RefUnwindSafe for ProxyUpdate
impl Send for ProxyUpdate
impl Sync for ProxyUpdate
impl Unpin for ProxyUpdate
impl UnwindSafe for ProxyUpdate
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