pub struct AiTaxonomyReferenceType(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for AiTaxonomyReferenceType
impl Clone for AiTaxonomyReferenceType
Source§fn clone(&self) -> AiTaxonomyReferenceType
fn clone(&self) -> AiTaxonomyReferenceType
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 AiTaxonomyReferenceType
impl Debug for AiTaxonomyReferenceType
Source§impl Default for AiTaxonomyReferenceType
impl Default for AiTaxonomyReferenceType
Source§fn default() -> AiTaxonomyReferenceType
fn default() -> AiTaxonomyReferenceType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AiTaxonomyReferenceType
impl<'de> Deserialize<'de> for AiTaxonomyReferenceType
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
impl Eq for AiTaxonomyReferenceType
Source§impl PartialEq for AiTaxonomyReferenceType
impl PartialEq for AiTaxonomyReferenceType
Source§impl Serialize for AiTaxonomyReferenceType
impl Serialize for AiTaxonomyReferenceType
impl StructuralPartialEq for AiTaxonomyReferenceType
Auto Trait Implementations§
impl Freeze for AiTaxonomyReferenceType
impl RefUnwindSafe for AiTaxonomyReferenceType
impl Send for AiTaxonomyReferenceType
impl Sync for AiTaxonomyReferenceType
impl Unpin for AiTaxonomyReferenceType
impl UnsafeUnpin for AiTaxonomyReferenceType
impl UnwindSafe for AiTaxonomyReferenceType
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