pub enum LightItem {
Command(LightCommandSurface),
Proc(LightProcSurface),
Other {
span: TextRange,
},
}Variants§
Trait Implementations§
impl Eq for LightItem
impl StructuralPartialEq for LightItem
Auto Trait Implementations§
impl Freeze for LightItem
impl RefUnwindSafe for LightItem
impl Send for LightItem
impl Sync for LightItem
impl Unpin for LightItem
impl UnsafeUnpin for LightItem
impl UnwindSafe for LightItem
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