pub struct DirectProxy {
pub name: Option<String>,
pub url: String,
pub rate_limit: Option<f32>,
pub expire_time: Option<String>,
}Fields§
§name: Option<String>§url: String§rate_limit: Option<f32>§expire_time: Option<String>Trait Implementations§
Source§impl Clone for DirectProxy
impl Clone for DirectProxy
Source§fn clone(&self) -> DirectProxy
fn clone(&self) -> DirectProxy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DirectProxy
impl Debug for DirectProxy
Source§impl<'de> Deserialize<'de> for DirectProxy
impl<'de> Deserialize<'de> for DirectProxy
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 DirectProxy
impl RefUnwindSafe for DirectProxy
impl Send for DirectProxy
impl Sync for DirectProxy
impl Unpin for DirectProxy
impl UnsafeUnpin for DirectProxy
impl UnwindSafe for DirectProxy
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