pub struct CommentText {
pub runs: Vec<CommentRun>,
}Expand description
Comment text content.
Fields§
§runs: Vec<CommentRun>Trait Implementations§
Source§impl Clone for CommentText
impl Clone for CommentText
Source§fn clone(&self) -> CommentText
fn clone(&self) -> CommentText
Returns a duplicate 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 CommentText
impl Debug for CommentText
Source§impl<'de> Deserialize<'de> for CommentText
impl<'de> Deserialize<'de> for CommentText
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 CommentText
impl PartialEq for CommentText
Source§impl Serialize for CommentText
impl Serialize for CommentText
impl StructuralPartialEq for CommentText
Auto Trait Implementations§
impl Freeze for CommentText
impl RefUnwindSafe for CommentText
impl Send for CommentText
impl Sync for CommentText
impl Unpin for CommentText
impl UnwindSafe for CommentText
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