pub struct MULTILINE_NON_CAPTURE { /* private fields */ }
Trait Implementations§
Source§impl Deref for MULTILINE_NON_CAPTURE
impl Deref for MULTILINE_NON_CAPTURE
Source§type Target = GroupSettings
type Target = GroupSettings
The resulting type after dereferencing.
Source§fn deref(&self) -> &GroupSettings
fn deref(&self) -> &GroupSettings
Dereferences the value.
impl LazyStatic for MULTILINE_NON_CAPTURE
Auto Trait Implementations§
impl Freeze for MULTILINE_NON_CAPTURE
impl RefUnwindSafe for MULTILINE_NON_CAPTURE
impl Send for MULTILINE_NON_CAPTURE
impl Sync for MULTILINE_NON_CAPTURE
impl Unpin for MULTILINE_NON_CAPTURE
impl UnwindSafe for MULTILINE_NON_CAPTURE
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