Struct gmime::Multipart[]

pub struct Multipart(_, _);
[]

A base MIME multipart object.

Implements

MultipartExt, ObjectExt

Methods

impl Multipart
[src]
[]

[]

Creates a new MIME multipart object with a default content-type of multipart/mixed.

Returns

an empty MIME multipart object with a default content-type of multipart/mixed.

[]

Creates a new MIME multipart object with a content-type of multipart/subtype.

subtype

content-type subtype

Returns

an empty MIME multipart object with a content-type of multipart/subtype.

Trait Implementations

impl Clone for Multipart
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Multipart
[+]

[]

Formats the value using the given formatter. Read more

impl Hash for Multipart
[+]

[]

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

[]

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

impl StaticType for Multipart
[+]

[]

Returns the type identifier of Self.

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

[]

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

[]

This method tests for !=.

impl Eq for Multipart

impl IsA<Object> for Multipart

impl IsA<Object> for Multipart

impl Default for Multipart
[src]
[+]

[]

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

impl IsA<Multipart> for MultipartEncrypted

impl IsA<Multipart> for MultipartSigned

Auto Trait Implementations

impl !Send for Multipart

impl !Sync for Multipart