pub struct ValidatedTransactionTreeV2 {
pub overall_validity_range: OverallValidityRangeV2,
pub total_signature_validations: usize,
pub root_intent_info: ValidatedIntentInformationV2,
pub root_yield_to_parent_count: usize,
pub non_root_subintents_info: Vec<ValidatedIntentInformationV2>,
}Fields§
§overall_validity_range: OverallValidityRangeV2§total_signature_validations: usize§root_intent_info: ValidatedIntentInformationV2§root_yield_to_parent_count: usize§non_root_subintents_info: Vec<ValidatedIntentInformationV2>Auto Trait Implementations§
impl Freeze for ValidatedTransactionTreeV2
impl RefUnwindSafe for ValidatedTransactionTreeV2
impl Send for ValidatedTransactionTreeV2
impl Sync for ValidatedTransactionTreeV2
impl Unpin for ValidatedTransactionTreeV2
impl UnsafeUnpin for ValidatedTransactionTreeV2
impl UnwindSafe for ValidatedTransactionTreeV2
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