pub enum LineClass {
Blank,
Comment,
DeclOpener,
WhereKeyword,
LetBinding,
Continuation,
Other,
}Variants§
Implementations§
Trait Implementations§
impl Eq for LineClass
impl StructuralPartialEq for LineClass
Auto Trait Implementations§
impl Freeze for LineClass
impl RefUnwindSafe for LineClass
impl Send for LineClass
impl Sync for LineClass
impl Unpin for LineClass
impl UnsafeUnpin for LineClass
impl UnwindSafe for LineClass
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