Trait gmime::MessagePartialExt [−][src]
pub trait MessagePartialExt { fn get_id(&self) -> Option<String>; fn get_number(&self) -> i32; fn get_total(&self) -> i32; }
Required Methods
fn get_id(&self) -> Option<String>
fn get_number(&self) -> i32
fn get_total(&self) -> i32
Gets the total number of message/partial parts needed to reconstruct the original message.
Returns
the total number of message/partial parts needed to reconstruct the original message or -1 on fail.
Implementors
impl<O: IsA<MessagePartial>> MessagePartialExt for O