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