#[repr(C)]pub struct RegexConf {
pub case_sensitive: bool,
}
Fields§
§case_sensitive: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegexConf
impl RefUnwindSafe for RegexConf
impl Send for RegexConf
impl Sync for RegexConf
impl Unpin for RegexConf
impl UnwindSafe for RegexConf
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