pub struct ProjectBriefResponse {
pub project_brief_base: ProjectBriefBase,
pub permalink_url: Option<String>,
pub project: Option<Value>,
pub text: Option<String>,
}Fields§
§project_brief_base: ProjectBriefBase§permalink_url: Option<String>A url that points directly to the object within Asana.
project: Option<Value>§text: Option<String>Opt In. The plain text of the project brief.
Trait Implementations§
Source§impl Clone for ProjectBriefResponse
impl Clone for ProjectBriefResponse
Source§fn clone(&self) -> ProjectBriefResponse
fn clone(&self) -> ProjectBriefResponse
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 ProjectBriefResponse
impl Debug for ProjectBriefResponse
Source§impl Default for ProjectBriefResponse
impl Default for ProjectBriefResponse
Source§fn default() -> ProjectBriefResponse
fn default() -> ProjectBriefResponse
Returns the “default value” for a type. Read more
Source§impl Deref for ProjectBriefResponse
impl Deref for ProjectBriefResponse
Source§impl DerefMut for ProjectBriefResponse
impl DerefMut for ProjectBriefResponse
Source§impl<'de> Deserialize<'de> for ProjectBriefResponse
impl<'de> Deserialize<'de> for ProjectBriefResponse
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 ProjectBriefResponse
impl Display for ProjectBriefResponse
Auto Trait Implementations§
impl Freeze for ProjectBriefResponse
impl RefUnwindSafe for ProjectBriefResponse
impl Send for ProjectBriefResponse
impl Sync for ProjectBriefResponse
impl Unpin for ProjectBriefResponse
impl UnsafeUnpin for ProjectBriefResponse
impl UnwindSafe for ProjectBriefResponse
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