pub struct PointOfInteraction1 {
pub id: GenericIdentification32,
pub sys_nm: Option<String>,
pub grp_id: Option<String>,
pub cpblties: Option<PointOfInteractionCapabilities1>,
pub cmpnt: Option<Vec<PointOfInteractionComponent1>>,
}Fields§
§id: GenericIdentification32§sys_nm: Option<String>§grp_id: Option<String>§cpblties: Option<PointOfInteractionCapabilities1>§cmpnt: Option<Vec<PointOfInteractionComponent1>>Implementations§
Source§impl PointOfInteraction1
impl PointOfInteraction1
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for PointOfInteraction1
impl Clone for PointOfInteraction1
Source§fn clone(&self) -> PointOfInteraction1
fn clone(&self) -> PointOfInteraction1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PointOfInteraction1
impl Debug for PointOfInteraction1
Source§impl Default for PointOfInteraction1
impl Default for PointOfInteraction1
Source§fn default() -> PointOfInteraction1
fn default() -> PointOfInteraction1
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PointOfInteraction1
impl<'de> Deserialize<'de> for PointOfInteraction1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PointOfInteraction1
impl PartialEq for PointOfInteraction1
Source§impl Serialize for PointOfInteraction1
impl Serialize for PointOfInteraction1
impl StructuralPartialEq for PointOfInteraction1
Auto Trait Implementations§
impl Freeze for PointOfInteraction1
impl RefUnwindSafe for PointOfInteraction1
impl Send for PointOfInteraction1
impl Sync for PointOfInteraction1
impl Unpin for PointOfInteraction1
impl UnwindSafe for PointOfInteraction1
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