Struct gmime::FilterBasic[]

pub struct FilterBasic(_, _);
[]

A basic encoder/decoder filter for the MIME encodings.

Implements

FilterExt

Methods

impl FilterBasic
[src]
[]

[]

Creates a new basic filter for encoding.

encoding

a ContentEncoding

encode

true to encode or false to decode

Returns

a new basic encoder filter.

Trait Implementations

impl Clone for FilterBasic
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for FilterBasic
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for FilterBasic
[+]

[]

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

[]

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

impl StaticType for FilterBasic
[+]

[]

Returns the type identifier of Self.

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

[]

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

[]

This method tests for !=.

impl Eq for FilterBasic

impl IsA<Filter> for FilterBasic

impl IsA<Object> for FilterBasic

Auto Trait Implementations

impl !Send for FilterBasic

impl !Sync for FilterBasic