pub struct EmptyLine { /* private fields */ }
Expand description
An empty line of code. (indent & line-ending)
Trait Implementations§
Source§impl Ord for EmptyLine
impl Ord for EmptyLine
Source§impl PartialOrd for EmptyLine
impl PartialOrd for EmptyLine
Source§impl Statement for EmptyLine
impl Statement for EmptyLine
Source§fn write(&self, b: &mut CodeBuffer, level: usize)
fn write(&self, b: &mut CodeBuffer, level: usize)
Writes the code to the buffer
b
at the indent level
.impl Copy for EmptyLine
impl Eq for EmptyLine
impl StructuralPartialEq for EmptyLine
Auto Trait Implementations§
impl Freeze for EmptyLine
impl RefUnwindSafe for EmptyLine
impl Send for EmptyLine
impl Sync for EmptyLine
impl Unpin for EmptyLine
impl UnwindSafe for EmptyLine
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