Struct tendermint_rpc::error::WebSocketTimeoutSubdetail
source · [−]pub struct WebSocketTimeoutSubdetail {
pub timeout: Duration,
}Fields
timeout: DurationTrait Implementations
sourceimpl Clone for WebSocketTimeoutSubdetail
impl Clone for WebSocketTimeoutSubdetail
sourcefn clone(&self) -> WebSocketTimeoutSubdetail
fn clone(&self) -> WebSocketTimeoutSubdetail
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 WebSocketTimeoutSubdetail
impl Debug for WebSocketTimeoutSubdetail
sourceimpl Display for WebSocketTimeoutSubdetail
impl Display for WebSocketTimeoutSubdetail
sourceimpl PartialEq<WebSocketTimeoutSubdetail> for WebSocketTimeoutSubdetail
impl PartialEq<WebSocketTimeoutSubdetail> for WebSocketTimeoutSubdetail
sourcefn eq(&self, other: &WebSocketTimeoutSubdetail) -> bool
fn eq(&self, other: &WebSocketTimeoutSubdetail) -> bool
impl Eq for WebSocketTimeoutSubdetail
impl StructuralEq for WebSocketTimeoutSubdetail
impl StructuralPartialEq for WebSocketTimeoutSubdetail
Auto Trait Implementations
impl RefUnwindSafe for WebSocketTimeoutSubdetail
impl Send for WebSocketTimeoutSubdetail
impl Sync for WebSocketTimeoutSubdetail
impl Unpin for WebSocketTimeoutSubdetail
impl UnwindSafe for WebSocketTimeoutSubdetail
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.