pub struct CommentRun {
pub rpr: Option<CommentRunProperties>,
pub t: String,
}Expand description
A text run within a comment.
Fields§
§rpr: Option<CommentRunProperties>§t: StringTrait Implementations§
Source§impl Clone for CommentRun
impl Clone for CommentRun
Source§fn clone(&self) -> CommentRun
fn clone(&self) -> CommentRun
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 CommentRun
impl Debug for CommentRun
Source§impl<'de> Deserialize<'de> for CommentRun
impl<'de> Deserialize<'de> for CommentRun
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 CommentRun
impl PartialEq for CommentRun
Source§impl Serialize for CommentRun
impl Serialize for CommentRun
impl StructuralPartialEq for CommentRun
Auto Trait Implementations§
impl Freeze for CommentRun
impl RefUnwindSafe for CommentRun
impl Send for CommentRun
impl Sync for CommentRun
impl Unpin for CommentRun
impl UnwindSafe for CommentRun
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