pub struct CommentStat {
pub is_single_line: bool,
pub comment: String,
}
Fields§
§is_single_line: bool
§comment: String
Trait Implementations§
Source§impl Clone for CommentStat
impl Clone for CommentStat
Source§fn clone(&self) -> CommentStat
fn clone(&self) -> CommentStat
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 for CommentStat
impl PartialEq for CommentStat
impl StructuralPartialEq for CommentStat
Auto Trait Implementations§
impl Freeze for CommentStat
impl RefUnwindSafe for CommentStat
impl Send for CommentStat
impl Sync for CommentStat
impl Unpin for CommentStat
impl UnwindSafe for CommentStat
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