Struct gmime::Parser[]

pub struct Parser(_, _);
[]

A MIME parser context.

Implements

ParserExt

Methods

impl Parser
[src]
[]

[]

Creates a new parser object.

Returns

a new parser object.

[]

Creates a new parser object preset to parse stream.

stream

raw message or part stream

Returns

a new parser object.

Trait Implementations

impl Clone for Parser
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Parser
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for Parser
[+]

[]

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

[]

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

impl StaticType for Parser
[+]

[]

Returns the type identifier of Self.

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

[]

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

[]

This method tests for !=.

impl Eq for Parser

impl IsA<Object> for Parser

impl Default for Parser
[src]
[+]

[]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Parser

impl !Sync for Parser