Trait gmime::MessagePartExt[][src]

pub trait MessagePartExt {
    fn get_message(&self) -> Option<Message>;
fn set_message(&self, message: &Message); }

Trait containing all MessagePart methods.

Implementors

MessagePart

Required Methods

Gets the message object on the message part object self.

Returns

the message part contained within self.

Sets the message object on the message part object self.

message

message

Implementors