pub struct InlineResponse2003 {
pub failed_connections: Option<f64>,
pub status: Option<f64>,
}Fields§
§failed_connections: Option<f64>§status: Option<f64>Trait Implementations§
Source§impl Clone for InlineResponse2003
impl Clone for InlineResponse2003
Source§fn clone(&self) -> InlineResponse2003
fn clone(&self) -> InlineResponse2003
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 Debug for InlineResponse2003
impl Debug for InlineResponse2003
Source§impl Default for InlineResponse2003
impl Default for InlineResponse2003
Source§fn default() -> InlineResponse2003
fn default() -> InlineResponse2003
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineResponse2003
impl<'de> Deserialize<'de> for InlineResponse2003
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 Display for InlineResponse2003
impl Display for InlineResponse2003
Auto Trait Implementations§
impl Freeze for InlineResponse2003
impl RefUnwindSafe for InlineResponse2003
impl Send for InlineResponse2003
impl Sync for InlineResponse2003
impl Unpin for InlineResponse2003
impl UnwindSafe for InlineResponse2003
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