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