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