pub struct MuseMatch {
pub content: AnyDynamic,
pub start: usize,
}Expand description
A regular expression match.
Fields§
§content: AnyDynamicThe content of the match.
start: usizeThe offset within the haystack that this match occurred.
Trait Implementations§
source§impl CustomType for MuseMatch
impl CustomType for MuseMatch
Auto Trait Implementations§
impl Freeze for MuseMatch
impl RefUnwindSafe for MuseMatch
impl Send for MuseMatch
impl Sync for MuseMatch
impl Unpin for MuseMatch
impl UnwindSafe for MuseMatch
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
§impl<A> Cast for A
impl<A> Cast for A
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)