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