pub struct CommentLine<'a> {
pub range: Range,
pub text: &'a str,
}
Expand description
Represents a comment line (ex. // my comment
).
Fields§
§range: Range
§text: &'a str
Trait Implementations§
Source§impl<'a> Clone for CommentLine<'a>
impl<'a> Clone for CommentLine<'a>
Source§fn clone(&self) -> CommentLine<'a>
fn clone(&self) -> CommentLine<'a>
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<'a> Debug for CommentLine<'a>
impl<'a> Debug for CommentLine<'a>
Source§impl<'a> PartialEq for CommentLine<'a>
impl<'a> PartialEq for CommentLine<'a>
Source§impl<'a> Ranged for CommentLine<'a>
impl<'a> Ranged for CommentLine<'a>
impl<'a> StructuralPartialEq for CommentLine<'a>
Auto Trait Implementations§
impl<'a> Freeze for CommentLine<'a>
impl<'a> RefUnwindSafe for CommentLine<'a>
impl<'a> Send for CommentLine<'a>
impl<'a> Sync for CommentLine<'a>
impl<'a> Unpin for CommentLine<'a>
impl<'a> UnwindSafe for CommentLine<'a>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)