pub struct DocumentationJobFacet {
pub base: BaseFacet,
pub description: String,
}Expand description
Free-text description of a job (the documentation job facet).
Fields§
§base: BaseFacetCommon facet fields (_producer, _schemaURL).
description: StringFree-text description of the job.
Trait Implementations§
Source§impl Clone for DocumentationJobFacet
impl Clone for DocumentationJobFacet
Source§fn clone(&self) -> DocumentationJobFacet
fn clone(&self) -> DocumentationJobFacet
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 DocumentationJobFacet
impl Debug for DocumentationJobFacet
Source§impl<'de> Deserialize<'de> for DocumentationJobFacet
impl<'de> Deserialize<'de> for DocumentationJobFacet
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
Auto Trait Implementations§
impl Freeze for DocumentationJobFacet
impl RefUnwindSafe for DocumentationJobFacet
impl Send for DocumentationJobFacet
impl Sync for DocumentationJobFacet
impl Unpin for DocumentationJobFacet
impl UnsafeUnpin for DocumentationJobFacet
impl UnwindSafe for DocumentationJobFacet
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