pub struct DocumentReviewComment {
pub comment_type: String,
pub content: String,
}Fields§
§comment_type: String§content: StringTrait Implementations§
Source§impl Clone for DocumentReviewComment
impl Clone for DocumentReviewComment
Source§fn clone(&self) -> DocumentReviewComment
fn clone(&self) -> DocumentReviewComment
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 DocumentReviewComment
impl Debug for DocumentReviewComment
Source§impl<'de> Deserialize<'de> for DocumentReviewComment
impl<'de> Deserialize<'de> for DocumentReviewComment
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
Auto Trait Implementations§
impl Freeze for DocumentReviewComment
impl RefUnwindSafe for DocumentReviewComment
impl Send for DocumentReviewComment
impl Sync for DocumentReviewComment
impl Unpin for DocumentReviewComment
impl UnsafeUnpin for DocumentReviewComment
impl UnwindSafe for DocumentReviewComment
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