Struct URegularExpression
#[repr(transparent)]pub struct URegularExpression(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for URegularExpression
impl Clone for URegularExpression
§fn clone(&self) -> URegularExpression
fn clone(&self) -> URegularExpression
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 more§impl Debug for URegularExpression
impl Debug for URegularExpression
§impl Default for URegularExpression
impl Default for URegularExpression
§fn default() -> URegularExpression
fn default() -> URegularExpression
Returns the “default value” for a type. Read more
§impl PartialEq for URegularExpression
impl PartialEq for URegularExpression
impl Copy for URegularExpression
impl Eq for URegularExpression
impl StructuralPartialEq for URegularExpression
Auto Trait Implementations§
impl Freeze for URegularExpression
impl RefUnwindSafe for URegularExpression
impl Send for URegularExpression
impl Sync for URegularExpression
impl Unpin for URegularExpression
impl UnwindSafe for URegularExpression
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