pub struct TaxonomyMapping {
pub taxonomy_name: String,
pub entry_id: Option<String>,
pub entry_name: Option<String>,
pub mapping_fit: Option<String>,
}Fields§
§taxonomy_name: String§entry_id: Option<String>§entry_name: Option<String>§mapping_fit: Option<String>Trait Implementations§
Source§impl Debug for TaxonomyMapping
impl Debug for TaxonomyMapping
Source§impl<'de> Deserialize<'de> for TaxonomyMapping
impl<'de> Deserialize<'de> for TaxonomyMapping
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 TaxonomyMapping
impl RefUnwindSafe for TaxonomyMapping
impl Send for TaxonomyMapping
impl Sync for TaxonomyMapping
impl Unpin for TaxonomyMapping
impl UnwindSafe for TaxonomyMapping
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