pub struct CharacterRange(/* private fields */);
Expand description
Inclusive offset range in characters instead of bytes.
Trait Implementations§
Source§impl Clone for CharacterRange
impl Clone for CharacterRange
Source§fn clone(&self) -> CharacterRange
fn clone(&self) -> CharacterRange
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 CharacterRange
impl Debug for CharacterRange
impl Copy for CharacterRange
Auto Trait Implementations§
impl Freeze for CharacterRange
impl RefUnwindSafe for CharacterRange
impl Send for CharacterRange
impl Sync for CharacterRange
impl Unpin for CharacterRange
impl UnwindSafe for CharacterRange
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