pub struct OwnLineComment {
pub pos: Pos,
pub leading_space: LeadingSpace,
pub comment: Comment,
}
Fields§
§pos: Pos
§leading_space: LeadingSpace
§comment: Comment
Trait Implementations§
Source§impl Clone for OwnLineComment
impl Clone for OwnLineComment
Source§fn clone(&self) -> OwnLineComment
fn clone(&self) -> OwnLineComment
Returns a duplicate 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 OwnLineComment
impl Debug for OwnLineComment
Auto Trait Implementations§
impl Freeze for OwnLineComment
impl RefUnwindSafe for OwnLineComment
impl Send for OwnLineComment
impl Sync for OwnLineComment
impl Unpin for OwnLineComment
impl UnwindSafe for OwnLineComment
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