Struct muse_lang::runtime::regex::MuseCaptures
source · pub struct MuseCaptures { /* private fields */ }Expand description
A set of captures from a regular expression search.
Trait Implementations§
source§impl Clone for MuseCaptures
impl Clone for MuseCaptures
source§fn clone(&self) -> MuseCaptures
fn clone(&self) -> MuseCaptures
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 CustomType for MuseCaptures
impl CustomType for MuseCaptures
source§impl Debug for MuseCaptures
impl Debug for MuseCaptures
source§impl Trace for MuseCaptures
impl Trace for MuseCaptures
Auto Trait Implementations§
impl Freeze for MuseCaptures
impl RefUnwindSafe for MuseCaptures
impl Send for MuseCaptures
impl Sync for MuseCaptures
impl Unpin for MuseCaptures
impl UnwindSafe for MuseCaptures
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)