pub struct EmptyLine<'a> {
pub indent: bool,
pub whitespace: SimpleWhitespace<'a>,
pub comment: Option<Comment<'a>>,
pub newline: Newline<'a>,
}Fields§
§indent: bool§whitespace: SimpleWhitespace<'a>§comment: Option<Comment<'a>>§newline: Newline<'a>Implementations§
Trait Implementations§
impl<'a> Eq for EmptyLine<'a>
impl<'a> StructuralPartialEq for EmptyLine<'a>
Auto Trait Implementations§
impl<'a> Freeze for EmptyLine<'a>
impl<'a> RefUnwindSafe for EmptyLine<'a>
impl<'a> Send for EmptyLine<'a>
impl<'a> Sync for EmptyLine<'a>
impl<'a> Unpin for EmptyLine<'a>
impl<'a> UnwindSafe for EmptyLine<'a>
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