pub struct PointOfInteractionComponent1 {
pub poi_cmpnt_tp: POIComponentType1Code,
pub manfctr_id: Option<String>,
pub mdl: Option<String>,
pub vrsn_nb: Option<String>,
pub srl_nb: Option<String>,
pub apprvl_nb: Option<Vec<String>>,
}Fields§
§poi_cmpnt_tp: POIComponentType1Code§manfctr_id: Option<String>§mdl: Option<String>§vrsn_nb: Option<String>§srl_nb: Option<String>§apprvl_nb: Option<Vec<String>>Implementations§
Source§impl PointOfInteractionComponent1
impl PointOfInteractionComponent1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PointOfInteractionComponent1
impl RefUnwindSafe for PointOfInteractionComponent1
impl Send for PointOfInteractionComponent1
impl Sync for PointOfInteractionComponent1
impl Unpin for PointOfInteractionComponent1
impl UnwindSafe for PointOfInteractionComponent1
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