pub struct VpsBandwidthGraphPoint {
pub usage: u64,
pub bandwidth_in: u64,
pub out: u64,
}Fields§
§usage: u64§bandwidth_in: u64§out: u64Trait Implementations§
Source§impl Debug for VpsBandwidthGraphPoint
impl Debug for VpsBandwidthGraphPoint
Source§impl<'de> Deserialize<'de> for VpsBandwidthGraphPoint
impl<'de> Deserialize<'de> for VpsBandwidthGraphPoint
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 VpsBandwidthGraphPoint
impl RefUnwindSafe for VpsBandwidthGraphPoint
impl Send for VpsBandwidthGraphPoint
impl Sync for VpsBandwidthGraphPoint
impl Unpin for VpsBandwidthGraphPoint
impl UnwindSafe for VpsBandwidthGraphPoint
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