Struct gmime::Stream[]

pub struct Stream(_, _);

Abstract I/O stream class.

Implements

StreamExt

Trait Implementations

impl Clone for Stream

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Stream

Formats the value using the given formatter. Read more

impl Hash for Stream

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

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

impl StaticType for Stream

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for Stream

impl IsA<Object> for Stream

impl IsA<Stream> for StreamBuffer

impl IsA<Stream> for StreamCat

impl IsA<Stream> for StreamFile

impl IsA<Stream> for StreamFilter

impl IsA<Stream> for StreamFs

impl IsA<Stream> for StreamGIO

impl IsA<Stream> for StreamMem

impl IsA<Stream> for StreamMmap

impl IsA<Stream> for StreamNull

impl IsA<Stream> for StreamPipe

Auto Trait Implementations

impl !Send for Stream

impl !Sync for Stream