pub struct RE2_Options;Trait Implementations§
Source§impl Clone for RE2_Options
impl Clone for RE2_Options
Source§fn clone(&self) -> RE2_Options
fn clone(&self) -> RE2_Options
Returns a duplicate 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 RE2_Options
impl Debug for RE2_Options
impl Copy for RE2_Options
Auto Trait Implementations§
impl Freeze for RE2_Options
impl RefUnwindSafe for RE2_Options
impl Send for RE2_Options
impl Sync for RE2_Options
impl Unpin for RE2_Options
impl UnwindSafe for RE2_Options
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