[][src]Struct kaiser::buffer::PartialBuffer

pub struct PartialBuffer { /* fields omitted */ }

Trait Implementations

impl<'_> CharStream<'_> for PartialBuffer[src]

fn collect(&'a self) -> String[src]

impl<'a> IntoIterator for &'a PartialBuffer[src]

type Item = &'a Char

The type of the elements being iterated over.

type IntoIter = StepBy<Skip<<&'a Buffer as IntoIterator>::IntoIter>>

Which kind of iterator are we turning this into?

impl<'a> IntoIterator for &'a mut PartialBuffer[src]

type Item = &'a mut Char

The type of the elements being iterated over.

type IntoIter = StepBy<Skip<<&'a mut Buffer as IntoIterator>::IntoIter>>

Which kind of iterator are we turning this into?

impl Clone for PartialBuffer[src]

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

Performs copy-assignment from source. Read more

impl From<Buffer> for PartialBuffer[src]

impl From<PartialBuffer> for Buffer[src]

impl Debug for PartialBuffer[src]

impl Display for PartialBuffer[src]

Auto Trait Implementations

Blanket Implementations

impl<'a, T> IntoBorrowingIterator for T where
    T: 'a,
    &'b T: IntoIterator,
    &'b mut T: IntoIterator,
    <&'b T as IntoIterator>::Item == &'b Char,
    <&'b mut T as IntoIterator>::Item == &'b mut Char
[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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