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