pub struct DualSignReleaseInput {
pub observed_amount: MonetaryAmount,
/* private fields */
}Fields§
§observed_amount: MonetaryAmountImplementations§
Source§impl DualSignReleaseInput
impl DualSignReleaseInput
pub fn new( operator_private_key_hex: impl Into<String>, observed_amount: MonetaryAmount, ) -> Self
Trait Implementations§
Source§impl Clone for DualSignReleaseInput
impl Clone for DualSignReleaseInput
Source§fn clone(&self) -> DualSignReleaseInput
fn clone(&self) -> DualSignReleaseInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DualSignReleaseInput
impl Debug for DualSignReleaseInput
impl Eq for DualSignReleaseInput
Source§impl PartialEq for DualSignReleaseInput
impl PartialEq for DualSignReleaseInput
impl StructuralPartialEq for DualSignReleaseInput
Auto Trait Implementations§
impl Freeze for DualSignReleaseInput
impl RefUnwindSafe for DualSignReleaseInput
impl Send for DualSignReleaseInput
impl Sync for DualSignReleaseInput
impl Unpin for DualSignReleaseInput
impl UnsafeUnpin for DualSignReleaseInput
impl UnwindSafe for DualSignReleaseInput
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