Struct gmime::StreamCat[]

pub struct StreamCat(_, _);

A concatenation of other Stream objects.

Implements

StreamCatExt, StreamExt

Methods

impl StreamCat
[src]

Creates a new StreamCat object.

Returns

a new StreamCat stream.

Trait Implementations

impl Clone for StreamCat

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StreamCat

Formats the value using the given formatter. Read more

impl Hash for StreamCat

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

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

impl StaticType for StreamCat

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for StreamCat

impl IsA<Stream> for StreamCat

impl IsA<Object> for StreamCat

impl Default for StreamCat
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for StreamCat

impl !Sync for StreamCat