pub(crate) struct LineBuffer {
pub(crate) col: usize,
pub(crate) line: Vec<char>,
}Fields§
§col: usize§line: Vec<char>Trait Implementations§
Source§impl Buffer for LineBuffer
impl Buffer for LineBuffer
Source§impl Default for LineBuffer
impl Default for LineBuffer
Source§fn default() -> LineBuffer
fn default() -> LineBuffer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LineBuffer
impl RefUnwindSafe for LineBuffer
impl Send for LineBuffer
impl StoreCopy for LineBuffer
impl Sync for LineBuffer
impl Unpin for LineBuffer
impl UnwindSafe for LineBuffer
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