Struct gmime::StreamFilter[]

pub struct StreamFilter(_, _);
[]

A Stream which passes data through any Filter objects.

Implements

StreamFilterExt, StreamExt

Methods

impl StreamFilter
[src]
[]

[]

Creates a new StreamFilter object using stream as the source stream.

stream

source stream

Returns

a new filter stream with stream as its source.

Trait Implementations

impl Clone for StreamFilter
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for StreamFilter
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for StreamFilter
[+]

[]

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

[]

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

impl StaticType for StreamFilter
[+]

[]

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for StreamFilter
[+]

[]

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

[]

This method tests for !=.

impl Eq for StreamFilter

impl IsA<Stream> for StreamFilter

impl IsA<Object> for StreamFilter

Auto Trait Implementations

impl !Send for StreamFilter

impl !Sync for StreamFilter