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