pub struct SpecificAssetId {
pub semantic_id: Option<Reference>,
pub supplemental_semantic_ids: Option<Vec<Reference>>,
pub name: String,
pub value: String,
pub external_subject_id: Option<Reference>,
}Fields§
§semantic_id: Option<Reference>§supplemental_semantic_ids: Option<Vec<Reference>>§name: String§value: String§external_subject_id: Option<Reference>Trait Implementations§
Source§impl Clone for SpecificAssetId
impl Clone for SpecificAssetId
Source§fn clone(&self) -> SpecificAssetId
fn clone(&self) -> SpecificAssetId
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 SpecificAssetId
impl Debug for SpecificAssetId
Source§impl<'de> Deserialize<'de> for SpecificAssetId
impl<'de> Deserialize<'de> for SpecificAssetId
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 SpecificAssetId
impl PartialEq for SpecificAssetId
Source§impl Serialize for SpecificAssetId
impl Serialize for SpecificAssetId
impl StructuralPartialEq for SpecificAssetId
Auto Trait Implementations§
impl Freeze for SpecificAssetId
impl RefUnwindSafe for SpecificAssetId
impl Send for SpecificAssetId
impl Sync for SpecificAssetId
impl Unpin for SpecificAssetId
impl UnwindSafe for SpecificAssetId
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