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