pub struct ExStringNameFind<'s, 'w> { /* private fields */ }
Expand description
Builder for [StringName::find_ex()
][StringName::find_ex].
Implementations§
Auto Trait Implementations§
impl<'s, 'w> Freeze for ExStringNameFind<'s, 'w>
impl<'s, 'w> RefUnwindSafe for ExStringNameFind<'s, 'w>
impl<'s, 'w> !Send for ExStringNameFind<'s, 'w>
impl<'s, 'w> !Sync for ExStringNameFind<'s, 'w>
impl<'s, 'w> Unpin for ExStringNameFind<'s, 'w>
impl<'s, 'w> UnwindSafe for ExStringNameFind<'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