pub struct OnlyLines {}
Expand description
Configuration type that only enables line conversions.
Auto Trait Implementations§
impl Freeze for OnlyLines
impl RefUnwindSafe for OnlyLines
impl Send for OnlyLines
impl Sync for OnlyLines
impl Unpin for OnlyLines
impl UnwindSafe for OnlyLines
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