Struct gmime::FilterUnix2Dos[]

pub struct FilterUnix2Dos(_, _);

A filter to convert a stream from Windows/DOS line endings to Unix line endings.

Implements

FilterExt

Methods

impl FilterUnix2Dos
[src]

Creates a new FilterUnix2Dos filter.

ensure_newline

true if the filter should ensure that the stream ends in a new line

Returns

a new FilterUnix2Dos filter.

Trait Implementations

impl Clone for FilterUnix2Dos

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterUnix2Dos

Formats the value using the given formatter. Read more

impl Hash for FilterUnix2Dos

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

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

impl StaticType for FilterUnix2Dos

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for FilterUnix2Dos

impl IsA<Filter> for FilterUnix2Dos

impl IsA<Object> for FilterUnix2Dos

Auto Trait Implementations

impl !Send for FilterUnix2Dos

impl !Sync for FilterUnix2Dos