Struct bdk_debug::wallet::tx_builder::BumpFee
source · pub struct BumpFee;Expand description
Marker type to indicate the TxBuilder is being used to bump the fee of an existing transaction.
Trait Implementations§
impl TxBuilderContext for BumpFee
Auto Trait Implementations§
impl RefUnwindSafe for BumpFee
impl Send for BumpFee
impl Sync for BumpFee
impl Unpin for BumpFee
impl UnwindSafe for BumpFee
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