Struct cairo_lang_filesystem::span::FileSummary
source · pub struct FileSummary {
pub line_offsets: Vec<TextOffset>,
pub last_offset: TextOffset,
}
Fields§
§line_offsets: Vec<TextOffset>
§last_offset: TextOffset
Implementations§
source§impl FileSummary
impl FileSummary
sourcepub fn line_count(&self) -> usize
pub fn line_count(&self) -> usize
Gets the number of lines
Trait Implementations§
source§impl Clone for FileSummary
impl Clone for FileSummary
source§fn clone(&self) -> FileSummary
fn clone(&self) -> FileSummary
Returns a copy 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 FileSummary
impl Debug for FileSummary
source§impl PartialEq for FileSummary
impl PartialEq for FileSummary
source§fn eq(&self, other: &FileSummary) -> bool
fn eq(&self, other: &FileSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FileSummary
impl StructuralPartialEq for FileSummary
Auto Trait Implementations§
impl Freeze for FileSummary
impl RefUnwindSafe for FileSummary
impl Send for FileSummary
impl Sync for FileSummary
impl Unpin for FileSummary
impl UnwindSafe for FileSummary
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<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.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.