[][src]Struct commons_io::split::Part

pub struct Part<'split, 'separator, T: Read> { /* fields omitted */ }

Methods

impl<'split, 'separator, T: Read> Part<'split, 'separator, T>[src]

Important traits for Part<'_, '_, T>
pub fn new(
    split: &'split mut Split<'separator, T>
) -> Part<'split, 'separator, T>
[src]

Trait Implementations

impl<'_, '_, T: Read> Drop for Part<'_, '_, T>[src]

impl<'_, '_, T: Read> Read for Part<'_, '_, T>[src]

Auto Trait Implementations

impl<'split, 'separator, T> Send for Part<'split, 'separator, T> where
    T: Send

impl<'split, 'separator, T> Sync for Part<'split, 'separator, T> where
    T: Sync

impl<'split, 'separator, T> Unpin for Part<'split, 'separator, T> where
    'separator: 'split, 

impl<'split, 'separator, T> !UnwindSafe for Part<'split, 'separator, T>

impl<'split, 'separator, T> RefUnwindSafe for Part<'split, 'separator, 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, 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]