pub struct StreamDiagnostic { /* private fields */ }Expand description
A diagnostic payload: a categorized human-readable message carried in-band on a stream.
Implementations§
Trait Implementations§
Source§impl Clone for StreamDiagnostic
impl Clone for StreamDiagnostic
Source§fn clone(&self) -> StreamDiagnostic
fn clone(&self) -> StreamDiagnostic
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 StreamDiagnostic
impl Debug for StreamDiagnostic
impl Eq for StreamDiagnostic
Source§impl PartialEq for StreamDiagnostic
impl PartialEq for StreamDiagnostic
Source§fn eq(&self, other: &StreamDiagnostic) -> bool
fn eq(&self, other: &StreamDiagnostic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StreamDiagnostic
Auto Trait Implementations§
impl Freeze for StreamDiagnostic
impl RefUnwindSafe for StreamDiagnostic
impl Send for StreamDiagnostic
impl Sync for StreamDiagnostic
impl Unpin for StreamDiagnostic
impl UnsafeUnpin for StreamDiagnostic
impl UnwindSafe for StreamDiagnostic
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