Struct gmime::StreamBuffer[]

pub struct StreamBuffer(_, _);

A buffered stream wrapper around any Stream object.

Implements

StreamExt

Methods

impl StreamBuffer
[src]

Creates a new GMimeStreamBuffer object.

source

source stream

mode

buffering mode

Returns

a new buffer stream with source source and mode mode.

Trait Implementations

impl Clone for StreamBuffer

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StreamBuffer

Formats the value using the given formatter. Read more

impl Hash for StreamBuffer

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for StreamBuffer

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for StreamBuffer

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for StreamBuffer

impl IsA<Stream> for StreamBuffer

impl IsA<Object> for StreamBuffer

Auto Trait Implementations

impl !Send for StreamBuffer

impl !Sync for StreamBuffer