pub struct TextRange(/* private fields */);
Trait Implementations§
Source§impl Ord for TextRange
impl Ord for TextRange
Source§impl PartialOrd for TextRange
impl PartialOrd for TextRange
Source§impl StaticType for TextRange
impl StaticType for TextRange
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for TextRange
impl StructuralPartialEq for TextRange
Auto Trait Implementations§
impl Freeze for TextRange
impl RefUnwindSafe for TextRange
impl !Send for TextRange
impl !Sync for TextRange
impl Unpin for TextRange
impl UnwindSafe for TextRange
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