pub struct DocsSpan {
pub start: DocsLineColumn,
pub end: DocsLineColumn,
}
Expand description
Documentation text chunk span start and end.
Fields§
§start: DocsLineColumn
Chunk start line and column.
end: DocsLineColumn
Chunk end line and column.
Trait Implementations§
impl Copy for DocsSpan
impl Eq for DocsSpan
impl StructuralPartialEq for DocsSpan
Auto Trait Implementations§
impl Freeze for DocsSpan
impl RefUnwindSafe for DocsSpan
impl Send for DocsSpan
impl Sync for DocsSpan
impl Unpin for DocsSpan
impl UnwindSafe for DocsSpan
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.