Struct gmime::FilterDos2Unix[]

pub struct FilterDos2Unix(_, _);

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

Implements

FilterExt

Methods

impl FilterDos2Unix
[src]

Creates a new FilterDos2Unix filter.

ensure_newline

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

Returns

a new FilterDos2Unix filter.

Trait Implementations

impl Clone for FilterDos2Unix

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterDos2Unix

Formats the value using the given formatter. Read more

impl Hash for FilterDos2Unix

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

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

impl StaticType for FilterDos2Unix

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for FilterDos2Unix

impl IsA<Filter> for FilterDos2Unix

impl IsA<Object> for FilterDos2Unix

Auto Trait Implementations

impl !Send for FilterDos2Unix

impl !Sync for FilterDos2Unix