Struct cttt_parser::CommentDebug
source · pub struct CommentDebug {
pub comment: String,
pub line: usize,
pub col: usize,
}
Fields§
§comment: String
§line: usize
§col: usize
Trait Implementations§
source§impl Clone for CommentDebug
impl Clone for CommentDebug
source§fn clone(&self) -> CommentDebug
fn clone(&self) -> CommentDebug
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 CommentDebug
impl Debug for CommentDebug
source§impl PartialEq<CommentDebug> for CommentDebug
impl PartialEq<CommentDebug> for CommentDebug
source§fn eq(&self, other: &CommentDebug) -> bool
fn eq(&self, other: &CommentDebug) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CommentDebug
impl Serialize for CommentDebug
impl StructuralPartialEq for CommentDebug
Auto Trait Implementations§
impl RefUnwindSafe for CommentDebug
impl Send for CommentDebug
impl Sync for CommentDebug
impl Unpin for CommentDebug
impl UnwindSafe for CommentDebug
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