pub struct ScriptIter<'text> { /* private fields */ }
Expand description
A ScriptIter
is used to iterate through a string
and identify ranges in different scripts.
Implementations§
Trait Implementations§
Source§impl<'text> Clone for ScriptIter<'text>
Available on crate feature v1_44
only.
impl<'text> Clone for ScriptIter<'text>
Available on crate feature
v1_44
only.Source§impl<'text> Debug for ScriptIter<'text>
impl<'text> Debug for ScriptIter<'text>
Source§impl<'text> Drop for ScriptIter<'text>
impl<'text> Drop for ScriptIter<'text>
Source§impl<'text> Hash for ScriptIter<'text>
impl<'text> Hash for ScriptIter<'text>
Source§impl<'text> IntoIterator for ScriptIter<'text>
impl<'text> IntoIterator for ScriptIter<'text>
Source§impl<'text> Ord for ScriptIter<'text>
impl<'text> Ord for ScriptIter<'text>
Source§fn cmp(&self, other: &ScriptIter<'text>) -> Ordering
fn cmp(&self, other: &ScriptIter<'text>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'text> PartialEq for ScriptIter<'text>
impl<'text> PartialEq for ScriptIter<'text>
Source§impl<'text> PartialOrd for ScriptIter<'text>
impl<'text> PartialOrd for ScriptIter<'text>
Source§impl<'text> StaticType for ScriptIter<'text>
Available on crate feature v1_44
only.
impl<'text> StaticType for ScriptIter<'text>
Available on crate feature
v1_44
only.Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl<'text> Eq for ScriptIter<'text>
impl<'text> StructuralPartialEq for ScriptIter<'text>
Auto Trait Implementations§
impl<'text> Freeze for ScriptIter<'text>
impl<'text> RefUnwindSafe for ScriptIter<'text>
impl<'text> !Send for ScriptIter<'text>
impl<'text> !Sync for ScriptIter<'text>
impl<'text> Unpin for ScriptIter<'text>
impl<'text> UnwindSafe for ScriptIter<'text>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
Source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.