Struct azure_devops_rust_api::wit::models::CommentUpdate
source · pub struct CommentUpdate {
pub text: Option<String>,
}Expand description
Represents a request to update a work item comment.
Fields§
§text: Option<String>The updated text of the comment.
Implementations§
source§impl CommentUpdate
impl CommentUpdate
Trait Implementations§
source§impl Clone for CommentUpdate
impl Clone for CommentUpdate
source§fn clone(&self) -> CommentUpdate
fn clone(&self) -> CommentUpdate
Returns a copy of the value. Read more
1.0.0 · 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 CommentUpdate
impl Debug for CommentUpdate
source§impl Default for CommentUpdate
impl Default for CommentUpdate
source§fn default() -> CommentUpdate
fn default() -> CommentUpdate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CommentUpdate
impl<'de> Deserialize<'de> for CommentUpdate
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 PartialEq<CommentUpdate> for CommentUpdate
impl PartialEq<CommentUpdate> for CommentUpdate
source§fn eq(&self, other: &CommentUpdate) -> bool
fn eq(&self, other: &CommentUpdate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.