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