pub struct LineGenerator { /* private fields */ }Expand description
The generator for lines.
Implementations§
Source§impl LineGenerator
impl LineGenerator
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineGenerator
impl RefUnwindSafe for LineGenerator
impl Send for LineGenerator
impl Sync for LineGenerator
impl Unpin for LineGenerator
impl UnwindSafe for LineGenerator
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