pub struct RegExpState { /* private fields */ }Trait Implementations§
Source§impl Clone for RegExpState
impl Clone for RegExpState
Source§fn clone(&self) -> RegExpState
fn clone(&self) -> RegExpState
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 moreimpl Copy for RegExpState
Auto Trait Implementations§
impl Freeze for RegExpState
impl RefUnwindSafe for RegExpState
impl Send for RegExpState
impl Sync for RegExpState
impl Unpin for RegExpState
impl UnsafeUnpin for RegExpState
impl UnwindSafe for RegExpState
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