pub struct StringIndex { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for StringIndex
impl Clone for StringIndex
Source§fn clone(&self) -> StringIndex
fn clone(&self) -> StringIndex
Returns a duplicate 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 StringIndex
impl Debug for StringIndex
Source§impl Default for StringIndex
impl Default for StringIndex
Source§fn default() -> StringIndex
fn default() -> StringIndex
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StringIndex
impl RefUnwindSafe for StringIndex
impl Send for StringIndex
impl Sync for StringIndex
impl Unpin for StringIndex
impl UnwindSafe for StringIndex
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