[][src]Struct copystr::s4

pub struct s4 { /* fields omitted */ }

Methods

impl s4[src]

pub fn max_len() -> usize[src]

pub fn len(&self) -> usize[src]

pub fn as_str(&self) -> &str[src]

pub fn as_bytes(&self) -> &[u8][src]

pub fn as_all_bytes(&self) -> &[u8][src]

Trait Implementations

impl Eq for s4[src]

impl Clone for s4[src]

impl PartialOrd<s4> for s4[src]

impl PartialEq<s4> for s4[src]

impl Ord for s4[src]

impl Copy for s4[src]

impl Hash for s4[src]

impl Display for s4[src]

impl Debug for s4[src]

impl<'_> TryFrom<&'_ str> for s4[src]

type Error = &'static str

The type returned in the event of a conversion error.

Auto Trait Implementations

impl Send for s4

impl Unpin for s4

impl Sync for s4

impl RefUnwindSafe for s4

impl UnwindSafe for s4

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[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> From<T> for T[src]

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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