pub struct LimitStructure5 {
pub lmt_id: LimitIdentification3Choice,
pub new_lmt_val_set: Limit8,
pub od_lmt_val_set: Option<Limit10>,
pub lmt_val_amdmnt: Option<Amount4Choice>,
}Fields§
§lmt_id: LimitIdentification3Choice§new_lmt_val_set: Limit8§od_lmt_val_set: Option<Limit10>§lmt_val_amdmnt: Option<Amount4Choice>Implementations§
Source§impl LimitStructure5
impl LimitStructure5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LimitStructure5
impl RefUnwindSafe for LimitStructure5
impl Send for LimitStructure5
impl Sync for LimitStructure5
impl Unpin for LimitStructure5
impl UnwindSafe for LimitStructure5
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