pub struct RegexArgMeta {
pub index: usize,
pub flavor: RegexFlavor,
}Fields§
§index: usize§flavor: RegexFlavorImplementations§
Source§impl RegexArgMeta
impl RegexArgMeta
pub fn new(index: usize, flavor: RegexFlavor) -> Self
Trait Implementations§
Source§impl Clone for RegexArgMeta
impl Clone for RegexArgMeta
Source§fn clone(&self) -> RegexArgMeta
fn clone(&self) -> RegexArgMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RegexArgMeta
impl Debug for RegexArgMeta
Source§impl<'de> Deserialize<'de> for RegexArgMeta
impl<'de> Deserialize<'de> for RegexArgMeta
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RegexArgMeta
Source§impl PartialEq for RegexArgMeta
impl PartialEq for RegexArgMeta
Source§impl Serialize for RegexArgMeta
impl Serialize for RegexArgMeta
impl StructuralPartialEq for RegexArgMeta
Auto Trait Implementations§
impl Freeze for RegexArgMeta
impl RefUnwindSafe for RegexArgMeta
impl Send for RegexArgMeta
impl Sync for RegexArgMeta
impl Unpin for RegexArgMeta
impl UnsafeUnpin for RegexArgMeta
impl UnwindSafe for RegexArgMeta
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