pub struct BlankLine { /* private fields */ }Expand description
A blank line represented by the span from the previous line ending through the line ending that completes the blank line.
Implementations§
Trait Implementations§
impl Copy for BlankLine
impl Eq for BlankLine
impl StructuralPartialEq for BlankLine
Auto Trait Implementations§
impl Freeze for BlankLine
impl RefUnwindSafe for BlankLine
impl Send for BlankLine
impl Sync for BlankLine
impl Unpin for BlankLine
impl UnsafeUnpin for BlankLine
impl UnwindSafe for BlankLine
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.