pub struct LineBuilder(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for LineBuilder
impl RefUnwindSafe for LineBuilder
impl Send for LineBuilder
impl Sync for LineBuilder
impl Unpin for LineBuilder
impl UnwindSafe for LineBuilder
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