pub struct DOT_DISMATCH_NEWLINE_NON_CAPTURE { /* private fields */ }
Trait Implementations§
Source§impl Deref for DOT_DISMATCH_NEWLINE_NON_CAPTURE
impl Deref for DOT_DISMATCH_NEWLINE_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 DOT_DISMATCH_NEWLINE_NON_CAPTURE
Auto Trait Implementations§
impl Freeze for DOT_DISMATCH_NEWLINE_NON_CAPTURE
impl RefUnwindSafe for DOT_DISMATCH_NEWLINE_NON_CAPTURE
impl Send for DOT_DISMATCH_NEWLINE_NON_CAPTURE
impl Sync for DOT_DISMATCH_NEWLINE_NON_CAPTURE
impl Unpin for DOT_DISMATCH_NEWLINE_NON_CAPTURE
impl UnwindSafe for DOT_DISMATCH_NEWLINE_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