pub struct TransactionHeaderMother {}
Implementations§
Source§impl TransactionHeaderMother
impl TransactionHeaderMother
pub fn testnet() -> TransactionHeaderBuilder
pub fn mainnet() -> TransactionHeaderBuilder
pub fn simple_testnet() -> TransactionHeaderBuilder
Auto Trait Implementations§
impl Freeze for TransactionHeaderMother
impl RefUnwindSafe for TransactionHeaderMother
impl Send for TransactionHeaderMother
impl Sync for TransactionHeaderMother
impl Unpin for TransactionHeaderMother
impl UnwindSafe for TransactionHeaderMother
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