[][src]Struct pgp::util::TeeWriter

pub struct TeeWriter<'a, A, B> { /* fields omitted */ }

Methods

impl<'a, A, B> TeeWriter<'a, A, B>[src]

pub fn new(a: &'a mut A, b: &'a mut B) -> Self[src]

Trait Implementations

impl<'a, A: Hasher, B: Write> Write for TeeWriter<'a, A, B>[src]

Auto Trait Implementations

impl<'a, A, B> Send for TeeWriter<'a, A, B> where
    A: Send,
    B: Send

impl<'a, A, B> Sync for TeeWriter<'a, A, B> where
    A: Sync,
    B: Sync

impl<'a, A, B> Unpin for TeeWriter<'a, A, B>

impl<'a, A, B> !UnwindSafe for TeeWriter<'a, A, B>

impl<'a, A, B> RefUnwindSafe for TeeWriter<'a, A, B> where
    A: RefUnwindSafe,
    B: 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]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<W> WriteBytesExt for W where
    W: Write + ?Sized
[src]

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

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