Struct gmime_sys::GMimeTextPart [−][src]
#[repr(C)]pub struct GMimeTextPart { pub parent_object: GMimePart, }
Fields
parent_object: GMimePart
Trait Implementations
impl Copy for GMimeTextPart[src]
impl Copy for GMimeTextPartimpl Clone for GMimeTextPart[src]
impl Clone for GMimeTextPartfn clone(&self) -> GMimeTextPart[src]
fn clone(&self) -> GMimeTextPartReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GMimeTextPart[src]
impl Debug for GMimeTextPartAuto Trait Implementations
impl !Send for GMimeTextPart
impl !Send for GMimeTextPartimpl !Sync for GMimeTextPart
impl !Sync for GMimeTextPart