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