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