Struct ibc::core::ics02_client::error::InvalidStringAsHeightSubdetail [−][src]
pub struct InvalidStringAsHeightSubdetail {
pub value: String,
pub source: AsErrorDetail<HeightError, DefaultTracer>,
}Fields
value: Stringsource: AsErrorDetail<HeightError, DefaultTracer>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for InvalidStringAsHeightSubdetail
impl Sync for InvalidStringAsHeightSubdetail
impl Unpin for InvalidStringAsHeightSubdetail
impl UnwindSafe for InvalidStringAsHeightSubdetail
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more