Struct lain::types::Utf8String[][src]

pub struct Utf8String { /* fields omitted */ }

Wrapper around String that provides mutation methods appropriate for UTF-8 encoded Strings

Implementations

impl Utf8String[src]

pub fn new(s: &str) -> Self[src]

Trait Implementations

impl Clone for Utf8String[src]

impl Debug for Utf8String[src]

impl Default for Utf8String[src]

impl Mutatable for Utf8String[src]

type RangeType = u8

impl NewFuzzed for Utf8String[src]

type RangeType = usize

impl VariableSizeObject for Utf8String[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Fixup for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> VariableSizeObject for T[src]