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 for CommentUpdate
impl PartialEq 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 ==
.source§impl Serialize for CommentUpdate
impl Serialize for CommentUpdate
impl StructuralPartialEq for CommentUpdate
Auto Trait Implementations§
impl RefUnwindSafe for CommentUpdate
impl Send for CommentUpdate
impl Sync for CommentUpdate
impl Unpin for CommentUpdate
impl UnwindSafe for CommentUpdate
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