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