pub struct CommentContent {
pub anchor: ReviewSpan,
pub comment_text: String,
pub referenced_text: String,
}Fields§
§anchor: ReviewSpan§comment_text: String§referenced_text: StringTrait Implementations§
Source§impl Clone for CommentContent
impl Clone for CommentContent
Source§fn clone(&self) -> CommentContent
fn clone(&self) -> CommentContent
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 CommentContent
impl Debug for CommentContent
impl Eq for CommentContent
Source§impl PartialEq for CommentContent
impl PartialEq for CommentContent
impl StructuralPartialEq for CommentContent
Auto Trait Implementations§
impl Freeze for CommentContent
impl RefUnwindSafe for CommentContent
impl Send for CommentContent
impl Sync for CommentContent
impl Unpin for CommentContent
impl UnsafeUnpin for CommentContent
impl UnwindSafe for CommentContent
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