Struct gmime::StreamNull[]

pub struct StreamNull(_, _);

A Stream which has no backing store.

Implements

StreamNullExt, StreamExt

Methods

impl StreamNull
[src]

Creates a new StreamNull object.

Returns

a new null stream (similar to /dev/null on Unix).

Trait Implementations

impl Clone for StreamNull

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StreamNull

Formats the value using the given formatter. Read more

impl Hash for StreamNull

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

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

impl StaticType for StreamNull

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for StreamNull

impl IsA<Stream> for StreamNull

impl IsA<Object> for StreamNull

impl Default for StreamNull
[src]

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

Auto Trait Implementations

impl !Send for StreamNull

impl !Sync for StreamNull