Struct re2_sys::re2::RE2_Options
source · pub struct RE2_Options;Auto Trait Implementations§
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