[][src]Struct lastfm_parse_rs::structs::common::VecOrStruct

pub struct VecOrStruct<'dt, T: 'dt>(_, _);

Trait Implementations

impl<'dt, T: Debug + 'dt> Debug for VecOrStruct<'dt, T>[src]

impl<'de, 'dt, T: 'dt> Deserialize<'de> for VecOrStruct<'dt, T> where
    T: Deserialize<'de>, 
[src]

impl<'de, T: Deserialize<'de>> Underlying<'de> for VecOrStruct<'de, T>[src]

type Struct = T

type Arr = Vec<T>

Auto Trait Implementations

impl<'dt, T> RefUnwindSafe for VecOrStruct<'dt, T> where
    T: RefUnwindSafe

impl<'dt, T> Send for VecOrStruct<'dt, T> where
    T: Send + Sync

impl<'dt, T> Sync for VecOrStruct<'dt, T> where
    T: Sync

impl<'dt, T> Unpin for VecOrStruct<'dt, T> where
    T: Unpin

impl<'dt, T> UnwindSafe for VecOrStruct<'dt, T> where
    T: RefUnwindSafe + UnwindSafe

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<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.