pub struct MissingLastBlockIdSubdetail {
pub height: Height,
}Fields§
§height: HeightTrait Implementations§
Source§impl Debug for MissingLastBlockIdSubdetail
impl Debug for MissingLastBlockIdSubdetail
Auto Trait Implementations§
impl Freeze for MissingLastBlockIdSubdetail
impl RefUnwindSafe for MissingLastBlockIdSubdetail
impl Send for MissingLastBlockIdSubdetail
impl Sync for MissingLastBlockIdSubdetail
impl Unpin for MissingLastBlockIdSubdetail
impl UnwindSafe for MissingLastBlockIdSubdetail
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