Struct tendermint_light_client::errors::MissingLastBlockIdSubdetail [−][src]
pub struct MissingLastBlockIdSubdetail {
pub height: Height,
}Fields
height: HeightTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MissingLastBlockIdSubdetail
impl Send for MissingLastBlockIdSubdetail
impl Sync for MissingLastBlockIdSubdetail
impl Unpin for MissingLastBlockIdSubdetail
impl UnwindSafe for MissingLastBlockIdSubdetail
Blanket Implementations
Mutably borrows from an owned value. Read more
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