pub struct Urls {Show 16 fields
pub versions: String,
pub summaries: String,
pub rusages: String,
pub self_proc_stats: String,
pub system_proc_stats: String,
pub meminfos: String,
pub authors: String,
pub features: String,
pub requests: String,
pub vhosts: String,
pub streams: String,
pub clients: String,
pub raw: String,
pub clusters: String,
pub perf: String,
pub tcmalloc: String,
}Fields§
§versions: String§summaries: String§rusages: String§self_proc_stats: String§system_proc_stats: String§meminfos: String§features: String§requests: String§vhosts: String§streams: String§clients: String§raw: String§clusters: String§perf: String§tcmalloc: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Urls
impl<'de> Deserialize<'de> for Urls
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 Urls
impl RefUnwindSafe for Urls
impl Send for Urls
impl Sync for Urls
impl Unpin for Urls
impl UnsafeUnpin for Urls
impl UnwindSafe for Urls
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