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