Struct rslua_march1917::ast::CommentStat
source · Fields§
§is_single_line: bool§comment: StringTrait Implementations§
source§impl Clone for CommentStat
impl Clone for CommentStat
source§fn clone(&self) -> CommentStat
fn clone(&self) -> CommentStat
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 CommentStat
impl Debug for CommentStat
source§impl PartialEq<CommentStat> for CommentStat
impl PartialEq<CommentStat> for CommentStat
source§fn eq(&self, other: &CommentStat) -> bool
fn eq(&self, other: &CommentStat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.