pub struct SyntaxMatch {
pub content: String,
pub index: usize,
}
Fields§
§content: String
§index: usize
Trait Implementations§
Source§impl Clone for SyntaxMatch
impl Clone for SyntaxMatch
Source§fn clone(&self) -> SyntaxMatch
fn clone(&self) -> SyntaxMatch
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 SyntaxMatch
impl Debug for SyntaxMatch
Source§impl PartialEq for SyntaxMatch
impl PartialEq for SyntaxMatch
impl StructuralPartialEq for SyntaxMatch
Auto Trait Implementations§
impl Freeze for SyntaxMatch
impl RefUnwindSafe for SyntaxMatch
impl Send for SyntaxMatch
impl Sync for SyntaxMatch
impl Unpin for SyntaxMatch
impl UnwindSafe for SyntaxMatch
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