pub enum RpcTimeoutError {
Timeout,
Rpc(RpcError),
}Available on crate feature
signals only.Expand description
Error type for RPC calls with timeout support.
Variants§
Trait Implementations§
Source§impl Clone for RpcTimeoutError
impl Clone for RpcTimeoutError
Source§fn clone(&self) -> RpcTimeoutError
fn clone(&self) -> RpcTimeoutError
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 moreAuto Trait Implementations§
impl Freeze for RpcTimeoutError
impl RefUnwindSafe for RpcTimeoutError
impl Send for RpcTimeoutError
impl Sync for RpcTimeoutError
impl Unpin for RpcTimeoutError
impl UnwindSafe for RpcTimeoutError
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