pub struct Amount4Choice {
pub incr_amt: Option<Amount2Choice>,
pub dcr_amt: Option<Amount2Choice>,
}Fields§
§incr_amt: Option<Amount2Choice>§dcr_amt: Option<Amount2Choice>Implementations§
Source§impl Amount4Choice
impl Amount4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Amount4Choice
impl RefUnwindSafe for Amount4Choice
impl Send for Amount4Choice
impl Sync for Amount4Choice
impl Unpin for Amount4Choice
impl UnwindSafe for Amount4Choice
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