pub struct TaxonomyEntryExport {
pub value: Option<String>,
pub expanded: Option<String>,
pub description: Option<String>,
}
Fields§
§value: Option<String>
§expanded: Option<String>
§description: Option<String>
Implementations§
Source§impl TaxonomyEntryExport
impl TaxonomyEntryExport
pub fn new() -> TaxonomyEntryExport
Trait Implementations§
Source§impl Clone for TaxonomyEntryExport
impl Clone for TaxonomyEntryExport
Source§fn clone(&self) -> TaxonomyEntryExport
fn clone(&self) -> TaxonomyEntryExport
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 TaxonomyEntryExport
impl Debug for TaxonomyEntryExport
Source§impl Default for TaxonomyEntryExport
impl Default for TaxonomyEntryExport
Source§fn default() -> TaxonomyEntryExport
fn default() -> TaxonomyEntryExport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TaxonomyEntryExport
impl<'de> Deserialize<'de> for TaxonomyEntryExport
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 TaxonomyEntryExport
impl PartialEq for TaxonomyEntryExport
Source§impl Serialize for TaxonomyEntryExport
impl Serialize for TaxonomyEntryExport
impl StructuralPartialEq for TaxonomyEntryExport
Auto Trait Implementations§
impl Freeze for TaxonomyEntryExport
impl RefUnwindSafe for TaxonomyEntryExport
impl Send for TaxonomyEntryExport
impl Sync for TaxonomyEntryExport
impl Unpin for TaxonomyEntryExport
impl UnwindSafe for TaxonomyEntryExport
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