pub struct LinodeInstanceAlerts {
pub cpu: u64,
pub io: u64,
pub network_in: u64,
pub network_out: u64,
pub transfer_quota: u64,
}
Fields§
§cpu: u64
§io: u64
§network_in: u64
§network_out: u64
§transfer_quota: u64
Trait Implementations§
Source§impl Debug for LinodeInstanceAlerts
impl Debug for LinodeInstanceAlerts
Source§impl<'de> Deserialize<'de> for LinodeInstanceAlerts
impl<'de> Deserialize<'de> for LinodeInstanceAlerts
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 LinodeInstanceAlerts
impl RefUnwindSafe for LinodeInstanceAlerts
impl Send for LinodeInstanceAlerts
impl Sync for LinodeInstanceAlerts
impl Unpin for LinodeInstanceAlerts
impl UnwindSafe for LinodeInstanceAlerts
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