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