pub struct VpsNetworkSpeedGraph {
pub download: Vec<u64>,
pub upload: Vec<u64>,
pub categories: Vec<u64>,
}Fields§
§download: Vec<u64>§upload: Vec<u64>§categories: Vec<u64>Trait Implementations§
Source§impl Debug for VpsNetworkSpeedGraph
impl Debug for VpsNetworkSpeedGraph
Source§impl<'de> Deserialize<'de> for VpsNetworkSpeedGraph
impl<'de> Deserialize<'de> for VpsNetworkSpeedGraph
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 VpsNetworkSpeedGraph
impl RefUnwindSafe for VpsNetworkSpeedGraph
impl Send for VpsNetworkSpeedGraph
impl Sync for VpsNetworkSpeedGraph
impl Unpin for VpsNetworkSpeedGraph
impl UnwindSafe for VpsNetworkSpeedGraph
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