pub struct Splice {
pub line: u32,
pub lines: u32,
}Expand description
Which lines of a file one class occupies.
Fields§
§line: u321-based, as inspect.getsourcelines and every editor count.
lines: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Splice
impl RefUnwindSafe for Splice
impl Send for Splice
impl Sync for Splice
impl Unpin for Splice
impl UnsafeUnpin for Splice
impl UnwindSafe for Splice
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