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