Struct gmime::MessagePartial[]

pub struct MessagePartial(_, _);

A message/partial MIME part.

Implements

MessagePartialExt, PartExt, ObjectExt

Methods

impl MessagePartial
[src]

Creates a new MIME message/partial object.

id

message/partial part id

number

message/partial part number

total

total number of message/partial parts

Returns

an empty MIME message/partial object.

Reconstructs the GMimeMessage from the given message/partial parts in partials.

partials

an array of message/partial mime parts

num

the number of elements in partials

Returns

a GMimeMessage object on success or None on fail.

Trait Implementations

impl Clone for MessagePartial

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessagePartial

Formats the value using the given formatter. Read more

impl Hash for MessagePartial

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

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

impl StaticType for MessagePartial

Returns the type identifier of Self.

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

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

This method tests for !=.

impl Eq for MessagePartial

impl IsA<Part> for MessagePartial

impl IsA<Object> for MessagePartial

impl IsA<Object> for MessagePartial

Auto Trait Implementations

impl !Send for MessagePartial

impl !Sync for MessagePartial