pub struct InlinePart {
pub filename: Option<String>,
pub body: InlinePartBody,
}Fields§
§filename: Option<String>§body: InlinePartBodyTrait Implementations§
Source§impl Clone for InlinePart
impl Clone for InlinePart
Source§fn clone(&self) -> InlinePart
fn clone(&self) -> InlinePart
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 InlinePart
impl Debug for InlinePart
Source§impl PartialEq for InlinePart
impl PartialEq for InlinePart
impl StructuralPartialEq for InlinePart
Auto Trait Implementations§
impl Freeze for InlinePart
impl RefUnwindSafe for InlinePart
impl Send for InlinePart
impl Sync for InlinePart
impl Unpin for InlinePart
impl UnsafeUnpin for InlinePart
impl UnwindSafe for InlinePart
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