pub struct MixedTxHashes {
pub order_tx_hashes: Vec<Hash>,
pub propose_tx_hashes: Vec<Hash>,
}Fields§
§order_tx_hashes: Vec<Hash>§propose_tx_hashes: Vec<Hash>Implementations§
Auto Trait Implementations§
impl Freeze for MixedTxHashes
impl RefUnwindSafe for MixedTxHashes
impl Send for MixedTxHashes
impl Sync for MixedTxHashes
impl Unpin for MixedTxHashes
impl UnsafeUnpin for MixedTxHashes
impl UnwindSafe for MixedTxHashes
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