Struct gmime::FilterCharset[]

pub struct FilterCharset(_, _);

A filter to convert between charsets.

Implements

FilterExt

Methods

impl FilterCharset
[src]

Creates a new FilterCharset filter.

from_charset

charset to convert from

to_charset

charset to convert to

Returns

a new charset filter or None if the charset conversion is not possible.

Trait Implementations

impl Clone for FilterCharset

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterCharset

Formats the value using the given formatter. Read more

impl Hash for FilterCharset

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

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

impl StaticType for FilterCharset

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for FilterCharset

impl IsA<Filter> for FilterCharset

impl IsA<Object> for FilterCharset

Auto Trait Implementations

impl !Send for FilterCharset

impl !Sync for FilterCharset