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