[][src]Struct swim_codec::input::SliceInput

pub struct SliceInput<'a, T: 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, T: 'a + Clone> Input for SliceInput<'a, T>[src]

type Token = T

fn is_in(&mut self) -> bool[src]

fn is_out(&mut self) -> bool[src]

fn is_over(&mut self) -> bool[src]

Important traits for InputIterator<I>
fn into_iter(self) -> InputIterator<Self> where
    Self: Sized
[src]

impl<'a, T: 'a + Clone> OffsetInput for SliceInput<'a, T>[src]

impl<'a, T: PartialEq + 'a> PartialEq<SliceInput<'a, T>> for SliceInput<'a, T>[src]

impl<'a, T: Eq + 'a> Eq for SliceInput<'a, T>[src]

impl<'a, T: Debug + 'a> Debug for SliceInput<'a, T>[src]

impl<'a, T: Copy + 'a> Copy for SliceInput<'a, T>[src]

impl<'a, T: Clone + 'a> Clone for SliceInput<'a, T>[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a, T> Send for SliceInput<'a, T> where
    T: Sync

impl<'a, T> Sync for SliceInput<'a, T> where
    T: Sync

Blanket Implementations

impl<I> AsInput for I where
    I: Input
[src]

type Token = <I as Input>::Token

type AsIn = I

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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