pub struct CommentMatch {
pub from: usize,
pub to: usize,
}Fields§
§from: usize§to: usizeTrait Implementations§
Source§impl Clone for CommentMatch
impl Clone for CommentMatch
Source§fn clone(&self) -> CommentMatch
fn clone(&self) -> CommentMatch
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 CommentMatch
impl Debug for CommentMatch
Source§impl PartialEq for CommentMatch
impl PartialEq for CommentMatch
impl Copy for CommentMatch
impl Eq for CommentMatch
impl StructuralPartialEq for CommentMatch
Auto Trait Implementations§
impl Freeze for CommentMatch
impl RefUnwindSafe for CommentMatch
impl Send for CommentMatch
impl Sync for CommentMatch
impl Unpin for CommentMatch
impl UnwindSafe for CommentMatch
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