#[repr(C)]pub struct URegularExpression(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Clone for URegularExpression
impl Clone for URegularExpression
Source§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 moreSource§impl Debug for URegularExpression
impl Debug for URegularExpression
Source§impl Default for URegularExpression
impl Default for URegularExpression
Source§fn default() -> URegularExpression
fn default() -> URegularExpression
Returns the “default value” for a type. Read more
Source§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