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