[][src]Struct ics::parameters::AltRep

pub struct AltRep<'a> { /* fields omitted */ }

ALTREP Parameter

Implementations

impl<'a> AltRep<'a>[src]

pub fn new<S>(value: S) -> Self where
    S: Into<Cow<'a, str>>, 
[src]

Creates a new ALTREP Parameter with the given value.

Trait Implementations

impl<'a> Clone for AltRep<'a>[src]

impl<'a> Debug for AltRep<'a>[src]

impl<'a> Eq for AltRep<'a>[src]

impl<'a> From<AltRep<'a>> for Parameter<'a>[src]

impl<'a> Hash for AltRep<'a>[src]

impl<'a> Ord for AltRep<'a>[src]

impl<'a> PartialEq<AltRep<'a>> for AltRep<'a>[src]

impl<'a> PartialOrd<AltRep<'a>> for AltRep<'a>[src]

impl<'a> StructuralEq for AltRep<'a>[src]

impl<'a> StructuralPartialEq for AltRep<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for AltRep<'a>

impl<'a> Send for AltRep<'a>

impl<'a> Sync for AltRep<'a>

impl<'a> Unpin for AltRep<'a>

impl<'a> UnwindSafe for AltRep<'a>

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> 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.