pub enum IgnoredLine {
Comment(Comment),
EmptyLine,
}Variants§
Trait Implementations§
Source§impl Clone for IgnoredLine
impl Clone for IgnoredLine
Source§fn clone(&self) -> IgnoredLine
fn clone(&self) -> IgnoredLine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IgnoredLine
impl Debug for IgnoredLine
Source§impl PartialEq for IgnoredLine
impl PartialEq for IgnoredLine
Source§impl ToABC for IgnoredLine
impl ToABC for IgnoredLine
impl Eq for IgnoredLine
impl StructuralPartialEq for IgnoredLine
Auto Trait Implementations§
impl Freeze for IgnoredLine
impl RefUnwindSafe for IgnoredLine
impl Send for IgnoredLine
impl Sync for IgnoredLine
impl Unpin for IgnoredLine
impl UnwindSafe for IgnoredLine
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