pub struct EPCISMasterData {
pub vocabulary_list: Vec<VocabularyElement>,
}Expand description
List of master data elements mapped to vocabularies.
Fields§
§vocabulary_list: Vec<VocabularyElement>The master data vocabulary list
Trait Implementations§
Source§impl Clone for EPCISMasterData
impl Clone for EPCISMasterData
Source§fn clone(&self) -> EPCISMasterData
fn clone(&self) -> EPCISMasterData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EPCISMasterData
impl Debug for EPCISMasterData
Source§impl<'de> Deserialize<'de> for EPCISMasterData
impl<'de> Deserialize<'de> for EPCISMasterData
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
Auto Trait Implementations§
impl Freeze for EPCISMasterData
impl RefUnwindSafe for EPCISMasterData
impl Send for EPCISMasterData
impl Sync for EPCISMasterData
impl Unpin for EPCISMasterData
impl UnsafeUnpin for EPCISMasterData
impl UnwindSafe for EPCISMasterData
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