pub struct ProjectBriefBase {
pub project_brief_compact: ProjectBriefCompact,
pub html_text: Option<String>,
pub title: Option<String>,
}Fields§
§project_brief_compact: ProjectBriefCompact§html_text: Option<String>HTML formatted text for the project brief.
title: Option<String>The title of the project brief.
Trait Implementations§
Source§impl Clone for ProjectBriefBase
impl Clone for ProjectBriefBase
Source§fn clone(&self) -> ProjectBriefBase
fn clone(&self) -> ProjectBriefBase
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 ProjectBriefBase
impl Debug for ProjectBriefBase
Source§impl Default for ProjectBriefBase
impl Default for ProjectBriefBase
Source§fn default() -> ProjectBriefBase
fn default() -> ProjectBriefBase
Returns the “default value” for a type. Read more
Source§impl Deref for ProjectBriefBase
impl Deref for ProjectBriefBase
Source§impl DerefMut for ProjectBriefBase
impl DerefMut for ProjectBriefBase
Source§impl<'de> Deserialize<'de> for ProjectBriefBase
impl<'de> Deserialize<'de> for ProjectBriefBase
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
Source§impl Display for ProjectBriefBase
impl Display for ProjectBriefBase
Auto Trait Implementations§
impl Freeze for ProjectBriefBase
impl RefUnwindSafe for ProjectBriefBase
impl Send for ProjectBriefBase
impl Sync for ProjectBriefBase
impl Unpin for ProjectBriefBase
impl UnsafeUnpin for ProjectBriefBase
impl UnwindSafe for ProjectBriefBase
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