#[repr(C)]pub struct GMimeTextPart {
pub parent_object: GMimePart,
}Fields§
§parent_object: GMimePartTrait Implementations§
Source§impl Clone for GMimeTextPart
impl Clone for GMimeTextPart
Source§fn clone(&self) -> GMimeTextPart
fn clone(&self) -> GMimeTextPart
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GMimeTextPart
impl Debug for GMimeTextPart
impl Copy for GMimeTextPart
Auto Trait Implementations§
impl Freeze for GMimeTextPart
impl RefUnwindSafe for GMimeTextPart
impl !Send for GMimeTextPart
impl !Sync for GMimeTextPart
impl Unpin for GMimeTextPart
impl UnwindSafe for GMimeTextPart
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more