pub struct StringCursor {
pub position: usize,
/* private fields */
}
Fields§
§position: usize
Trait Implementations§
Source§impl Clone for StringCursor
impl Clone for StringCursor
Source§fn clone(&self) -> StringCursor
fn clone(&self) -> StringCursor
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 StringCursor
impl Debug for StringCursor
Source§impl Default for StringCursor
impl Default for StringCursor
impl Copy for StringCursor
Auto Trait Implementations§
impl Freeze for StringCursor
impl RefUnwindSafe for StringCursor
impl !Send for StringCursor
impl !Sync for StringCursor
impl Unpin for StringCursor
impl UnwindSafe for StringCursor
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