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