Struct rustc_builtin_macros::format_foreign::strcursor::StrCursor
source · Fields
s: &'a str
at: usize
Implementations
sourceimpl<'a> StrCursor<'a>
impl<'a> StrCursor<'a>
pub fn new_at(s: &'a str, at: usize) -> StrCursor<'a>
pub fn at_next_cp(self) -> Option<StrCursor<'a>>
pub fn next_cp(self) -> Option<(char, StrCursor<'a>)>
fn slice_before(&self) -> &'a str
pub fn slice_after(&self) -> &'a str
pub fn slice_between(&self, until: StrCursor<'a>) -> Option<&'a str>
fn cp_after(&self) -> Option<char>
fn try_seek_right_cp(&mut self) -> bool
fn seek_right(&mut self, bytes: usize)
Trait Implementations
impl Copy for StrCursor<'_>
Auto Trait Implementations
impl<'a> RefUnwindSafe for StrCursor<'a>
impl<'a> Send for StrCursor<'a>
impl<'a> Sync for StrCursor<'a>
impl<'a> Unpin for StrCursor<'a>
impl<'a> UnwindSafe for StrCursor<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes