pub struct NestedCommentV0_81_0 {
pub container_path: Vec<CommentPathSegmentV0_81_0>,
pub position: usize,
pub text: String,
pub inline: bool,
}Expand description
Frozen 0.81.0 representation of a NestedComment.
Fields§
§container_path: Vec<CommentPathSegmentV0_81_0>§position: usize§text: String§inline: boolTrait Implementations§
Source§impl Clone for NestedCommentV0_81_0
impl Clone for NestedCommentV0_81_0
Source§fn clone(&self) -> NestedCommentV0_81_0
fn clone(&self) -> NestedCommentV0_81_0
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 NestedCommentV0_81_0
impl Debug for NestedCommentV0_81_0
Source§impl<'de> Deserialize<'de> for NestedCommentV0_81_0
impl<'de> Deserialize<'de> for NestedCommentV0_81_0
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 From<NestedCommentV0_81_0> for NestedCommentV0_82_0
impl From<NestedCommentV0_81_0> for NestedCommentV0_82_0
Source§fn from(nc: NestedCommentV0_81_0) -> Self
fn from(nc: NestedCommentV0_81_0) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NestedCommentV0_81_0
impl PartialEq for NestedCommentV0_81_0
Source§fn eq(&self, other: &NestedCommentV0_81_0) -> bool
fn eq(&self, other: &NestedCommentV0_81_0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NestedCommentV0_81_0
impl Serialize for NestedCommentV0_81_0
impl StructuralPartialEq for NestedCommentV0_81_0
Auto Trait Implementations§
impl Freeze for NestedCommentV0_81_0
impl RefUnwindSafe for NestedCommentV0_81_0
impl Send for NestedCommentV0_81_0
impl Sync for NestedCommentV0_81_0
impl Unpin for NestedCommentV0_81_0
impl UnsafeUnpin for NestedCommentV0_81_0
impl UnwindSafe for NestedCommentV0_81_0
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