pub struct ConnectionStatusPredictionsSnapshotDto {
pub predicted_bytes_at_next_interval: Option<i64>,
pub predicted_count_at_next_interval: Option<i32>,
pub predicted_millis_until_bytes_backpressure: Option<i64>,
pub predicted_millis_until_count_backpressure: Option<i64>,
pub predicted_percent_bytes: Option<i32>,
pub predicted_percent_count: Option<i32>,
pub prediction_interval_seconds: Option<i32>,
}Fields§
§predicted_bytes_at_next_interval: Option<i64>§predicted_count_at_next_interval: Option<i32>§predicted_millis_until_bytes_backpressure: Option<i64>§predicted_millis_until_count_backpressure: Option<i64>§predicted_percent_bytes: Option<i32>§predicted_percent_count: Option<i32>§prediction_interval_seconds: Option<i32>Trait Implementations§
Source§impl Clone for ConnectionStatusPredictionsSnapshotDto
impl Clone for ConnectionStatusPredictionsSnapshotDto
Source§fn clone(&self) -> ConnectionStatusPredictionsSnapshotDto
fn clone(&self) -> ConnectionStatusPredictionsSnapshotDto
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ConnectionStatusPredictionsSnapshotDto
impl Default for ConnectionStatusPredictionsSnapshotDto
Source§fn default() -> ConnectionStatusPredictionsSnapshotDto
fn default() -> ConnectionStatusPredictionsSnapshotDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConnectionStatusPredictionsSnapshotDto
impl<'de> Deserialize<'de> for ConnectionStatusPredictionsSnapshotDto
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
Source§impl From<ConnectionStatusPredictionsSnapshotDto> for ConnectionStatusPredictionsSnapshotDto
impl From<ConnectionStatusPredictionsSnapshotDto> for ConnectionStatusPredictionsSnapshotDto
Source§fn from(v: ConnectionStatusPredictionsSnapshotDto) -> Self
fn from(v: ConnectionStatusPredictionsSnapshotDto) -> Self
Converts to this type from the input type.
Source§impl From<ConnectionStatusPredictionsSnapshotDto> for ConnectionStatusPredictionsSnapshotDto
impl From<ConnectionStatusPredictionsSnapshotDto> for ConnectionStatusPredictionsSnapshotDto
Source§fn from(v: ConnectionStatusPredictionsSnapshotDto) -> Self
fn from(v: ConnectionStatusPredictionsSnapshotDto) -> Self
Converts to this type from the input type.
Source§impl From<ConnectionStatusPredictionsSnapshotDto> for ConnectionStatusPredictionsSnapshotDto
impl From<ConnectionStatusPredictionsSnapshotDto> for ConnectionStatusPredictionsSnapshotDto
Source§fn from(v: ConnectionStatusPredictionsSnapshotDto) -> Self
fn from(v: ConnectionStatusPredictionsSnapshotDto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ConnectionStatusPredictionsSnapshotDto
impl RefUnwindSafe for ConnectionStatusPredictionsSnapshotDto
impl Send for ConnectionStatusPredictionsSnapshotDto
impl Sync for ConnectionStatusPredictionsSnapshotDto
impl Unpin for ConnectionStatusPredictionsSnapshotDto
impl UnsafeUnpin for ConnectionStatusPredictionsSnapshotDto
impl UnwindSafe for ConnectionStatusPredictionsSnapshotDto
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