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