Struct tendermint_rpc::error::WebSocketSubdetail
source · [−]pub struct WebSocketSubdetail {
pub message: String,
pub source: AsErrorDetail<DisplayOnly<Error>, DefaultTracer>,
}Fields
message: Stringsource: AsErrorDetail<DisplayOnly<Error>, DefaultTracer>Trait Implementations
sourceimpl Clone for WebSocketSubdetail
impl Clone for WebSocketSubdetail
sourcefn clone(&self) -> WebSocketSubdetail
fn clone(&self) -> WebSocketSubdetail
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for WebSocketSubdetail
impl Debug for WebSocketSubdetail
sourceimpl Display for WebSocketSubdetail
impl Display for WebSocketSubdetail
sourceimpl PartialEq<WebSocketSubdetail> for WebSocketSubdetail
impl PartialEq<WebSocketSubdetail> for WebSocketSubdetail
sourcefn eq(&self, other: &WebSocketSubdetail) -> bool
fn eq(&self, other: &WebSocketSubdetail) -> bool
impl Eq for WebSocketSubdetail
impl StructuralEq for WebSocketSubdetail
impl StructuralPartialEq for WebSocketSubdetail
Auto Trait Implementations
impl RefUnwindSafe for WebSocketSubdetail
impl Send for WebSocketSubdetail
impl Sync for WebSocketSubdetail
impl Unpin for WebSocketSubdetail
impl UnwindSafe for WebSocketSubdetail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.