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