#[repr(C)]pub struct RMatch {
pub basic: RBasic,
pub str_: VALUE,
pub rmatch: *mut rmatch,
pub regexp: VALUE,
}Fields
basic: RBasicstr_: VALUErmatch: *mut rmatchregexp: VALUETrait Implementations
impl Copy for RMatch
impl Eq for RMatch
impl StructuralEq for RMatch
impl StructuralPartialEq for RMatch
Auto Trait Implementations
impl RefUnwindSafe for RMatch
impl !Send for RMatch
impl !Sync for RMatch
impl Unpin for RMatch
impl UnwindSafe for RMatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more