pub struct CodeGroupMatch {
pub groups: Option<String>,
pub index: Option<f64>,
pub length: Option<f64>,
}Fields§
§groups: Option<String>§index: Option<f64>§length: Option<f64>Trait Implementations§
Source§impl Clone for CodeGroupMatch
impl Clone for CodeGroupMatch
Source§fn clone(&self) -> CodeGroupMatch
fn clone(&self) -> CodeGroupMatch
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 CodeGroupMatch
impl Debug for CodeGroupMatch
Source§impl Default for CodeGroupMatch
impl Default for CodeGroupMatch
Source§fn default() -> CodeGroupMatch
fn default() -> CodeGroupMatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CodeGroupMatch
impl RefUnwindSafe for CodeGroupMatch
impl Send for CodeGroupMatch
impl Sync for CodeGroupMatch
impl Unpin for CodeGroupMatch
impl UnwindSafe for CodeGroupMatch
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