pub struct PrefixIgnoreCase<'p> { /* private fields */ }Expand description
See utf8_ignore_case
Trait Implementations§
Source§impl<'p> Clone for PrefixIgnoreCase<'p>
impl<'p> Clone for PrefixIgnoreCase<'p>
Source§fn clone(&self) -> PrefixIgnoreCase<'p>
fn clone(&self) -> PrefixIgnoreCase<'p>
Returns a copy 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<'p> Debug for PrefixIgnoreCase<'p>
impl<'p> Debug for PrefixIgnoreCase<'p>
Source§impl Pattern for PrefixIgnoreCase<'_>
impl Pattern for PrefixIgnoreCase<'_>
impl<'p> Copy for PrefixIgnoreCase<'p>
Auto Trait Implementations§
impl<'p> Freeze for PrefixIgnoreCase<'p>
impl<'p> RefUnwindSafe for PrefixIgnoreCase<'p>
impl<'p> Send for PrefixIgnoreCase<'p>
impl<'p> Sync for PrefixIgnoreCase<'p>
impl<'p> Unpin for PrefixIgnoreCase<'p>
impl<'p> UnwindSafe for PrefixIgnoreCase<'p>
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