Enum indy_vdr::pool::SingleReply
source · pub enum SingleReply<T> {
Reply(T),
Failed(String),
Timeout(),
}
Expand description
The result of a request to a single validator node
Variants§
Trait Implementations§
source§impl<T: Debug> Debug for SingleReply<T>
impl<T: Debug> Debug for SingleReply<T>
Auto Trait Implementations§
impl<T> Freeze for SingleReply<T>where
T: Freeze,
impl<T> RefUnwindSafe for SingleReply<T>where
T: RefUnwindSafe,
impl<T> Send for SingleReply<T>where
T: Send,
impl<T> Sync for SingleReply<T>where
T: Sync,
impl<T> Unpin for SingleReply<T>where
T: Unpin,
impl<T> UnwindSafe for SingleReply<T>where
T: UnwindSafe,
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