pub struct VpsBandwidthInfo {
pub total: VpsBandwidthOverall,
pub usage: Vec<u64>,
pub bandwidth_in: Vec<u64>,
pub out: Vec<u64>,
pub categories: Vec<String>,
}Fields§
§total: VpsBandwidthOverall§usage: Vec<u64>§bandwidth_in: Vec<u64>§out: Vec<u64>§categories: Vec<String>Trait Implementations§
Source§impl Debug for VpsBandwidthInfo
impl Debug for VpsBandwidthInfo
Source§impl<'de> Deserialize<'de> for VpsBandwidthInfo
impl<'de> Deserialize<'de> for VpsBandwidthInfo
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 VpsBandwidthInfo
impl RefUnwindSafe for VpsBandwidthInfo
impl Send for VpsBandwidthInfo
impl Sync for VpsBandwidthInfo
impl Unpin for VpsBandwidthInfo
impl UnwindSafe for VpsBandwidthInfo
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