Struct source_map::MaxCounter
source · pub struct MaxCounter { /* private fields */ }
Expand description
Counts text until a limit. Used for telling whether the text is greater than some threshold
Implementations§
Trait Implementations§
source§impl ToString for MaxCounter
impl ToString for MaxCounter
source§fn push_new_line(&mut self)
fn push_new_line(&mut self)
Append a new line character
source§fn push_str(&mut self, string: &str)
fn push_str(&mut self, string: &str)
Use ToString::push_str_contains_new_line if
string
could contain new linessource§fn push_str_contains_new_line(&mut self, string: &str)
fn push_str_contains_new_line(&mut self, string: &str)
Used to push strings that may contain new lines
source§fn add_mapping(&mut self, _source_span: &SpanWithSource)
fn add_mapping(&mut self, _source_span: &SpanWithSource)
Adds a mapping of the from a original position in the source to the position in the current buffer Read more
Auto Trait Implementations§
impl RefUnwindSafe for MaxCounter
impl Send for MaxCounter
impl Sync for MaxCounter
impl Unpin for MaxCounter
impl UnwindSafe for MaxCounter
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