pub struct StrIndex { /* private fields */ }
Trait Implementations§
impl Copy for StrIndex
impl StructuralPartialEq for StrIndex
Auto Trait Implementations§
impl Freeze for StrIndex
impl RefUnwindSafe for StrIndex
impl Send for StrIndex
impl Sync for StrIndex
impl Unpin for StrIndex
impl UnwindSafe for StrIndex
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