[][src]Struct librespot_core::util::SeqGenerator

pub struct SeqGenerator<T: Seq>(_);

Methods

impl<T: Seq> SeqGenerator<T>[src]

pub fn new(value: T) -> Self[src]

pub fn get(&mut self) -> T[src]

Trait Implementations

impl<T: Clone + Seq> Clone for SeqGenerator<T>[src]

impl<T: Copy + Seq> Copy for SeqGenerator<T>[src]

impl<T: Default + Seq> Default for SeqGenerator<T>[src]

impl<T: Eq + Seq> Eq for SeqGenerator<T>[src]

impl<T: Ord + Seq> Ord for SeqGenerator<T>[src]

impl<T: PartialEq + Seq> PartialEq<SeqGenerator<T>> for SeqGenerator<T>[src]

impl<T: PartialOrd + Seq> PartialOrd<SeqGenerator<T>> for SeqGenerator<T>[src]

impl<T: Debug + Seq> Debug for SeqGenerator<T>[src]

impl<T: Hash + Seq> Hash for SeqGenerator<T>[src]

impl<T: Seq> StructuralPartialEq for SeqGenerator<T>[src]

impl<T: Seq> StructuralEq for SeqGenerator<T>[src]

Auto Trait Implementations

impl<T> Send for SeqGenerator<T> where
    T: Send

impl<T> Sync for SeqGenerator<T> where
    T: Sync

impl<T> Unpin for SeqGenerator<T> where
    T: Unpin

impl<T> UnwindSafe for SeqGenerator<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for SeqGenerator<T> where
    T: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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<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]

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

impl<T> Same<T> for T

type Output = T

Should always be Self