[−][src]Struct ecmascript::ast::ustring::UString
Unicode String
Methods
impl UString
[src]
pub fn len_utf8(&self) -> usize
[src]
pub fn len(&self) -> usize
[src]
pub fn iter(&self) -> Iter<char>
[src]
pub fn codePointAt(&self, index: usize) -> Option<u32>
[src]
pub fn startsWith(&self, other: &Self) -> bool
[src]
pub fn endsWith(&self, other: &Self) -> bool
[src]
pub fn repeat(&mut self, num: usize) -> Self
[src]
pub fn indexOf(&self, s: &Self) -> Option<usize>
[src]
pub fn toUpperCase(&self) -> Self
[src]
pub fn toLowerCase(&self) -> Self
[src]
pub fn trimStart(&self) -> Self
[src]
pub fn trimLeft(&self) -> Self
[src]
pub fn trimEnd(&self) -> Self
[src]
pub fn trimRight(&self) -> Self
[src]
pub fn trim(&self) -> Self
[src]
pub fn slice(&self, start: usize, size: usize) -> Self
[src]
pub fn replace(&self, s: &Self, replace_with: &Self) -> Self
[src]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,