pub struct StreamDiagnostics {
pub attempts: Vec<StreamResolverAttempt>,
}Fields§
§attempts: Vec<StreamResolverAttempt>Implementations§
Trait Implementations§
Source§impl Clone for StreamDiagnostics
impl Clone for StreamDiagnostics
Source§fn clone(&self) -> StreamDiagnostics
fn clone(&self) -> StreamDiagnostics
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StreamDiagnostics
impl Debug for StreamDiagnostics
Source§impl Default for StreamDiagnostics
impl Default for StreamDiagnostics
Source§fn default() -> StreamDiagnostics
fn default() -> StreamDiagnostics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StreamDiagnostics
impl<'de> Deserialize<'de> for StreamDiagnostics
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
impl Eq for StreamDiagnostics
Source§impl PartialEq for StreamDiagnostics
impl PartialEq for StreamDiagnostics
Source§fn eq(&self, other: &StreamDiagnostics) -> bool
fn eq(&self, other: &StreamDiagnostics) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StreamDiagnostics
impl Serialize for StreamDiagnostics
impl StructuralPartialEq for StreamDiagnostics
Auto Trait Implementations§
impl Freeze for StreamDiagnostics
impl RefUnwindSafe for StreamDiagnostics
impl Send for StreamDiagnostics
impl Sync for StreamDiagnostics
impl Unpin for StreamDiagnostics
impl UnsafeUnpin for StreamDiagnostics
impl UnwindSafe for StreamDiagnostics
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