Struct calypso_parsing::lexer::CommentProps
source · Fields§
§is_doc: bool
§is_inner: bool
Implementations§
Trait Implementations§
source§impl Clone for CommentProps
impl Clone for CommentProps
source§fn clone(&self) -> CommentProps
fn clone(&self) -> CommentProps
Returns a copy 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 CommentProps
impl Debug for CommentProps
source§impl Default for CommentProps
impl Default for CommentProps
source§fn default() -> CommentProps
fn default() -> CommentProps
Returns the “default value” for a type. Read more
source§impl PartialEq<CommentProps> for CommentProps
impl PartialEq<CommentProps> for CommentProps
source§fn eq(&self, other: &CommentProps) -> bool
fn eq(&self, other: &CommentProps) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.