pub struct MissingLastBlockIdSubdetail {
pub height: Height,
}Fields
height: HeightTrait Implementations
sourceimpl Debug for MissingLastBlockIdSubdetail
impl Debug for MissingLastBlockIdSubdetail
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
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
