Struct ExFind
pub struct ExFind<'s, 'w> { /* private fields */ }Expand description
Manual extender for StringName::find_ex.
Implementations§
Auto Trait Implementations§
impl<'s, 'w> Freeze for ExFind<'s, 'w>
impl<'s, 'w> RefUnwindSafe for ExFind<'s, 'w>
impl<'s, 'w> !Send for ExFind<'s, 'w>
impl<'s, 'w> !Sync for ExFind<'s, 'w>
impl<'s, 'w> Unpin for ExFind<'s, 'w>
impl<'s, 'w> UnwindSafe for ExFind<'s, 'w>
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