pub enum InlinePartBody {
Text(String),
Bytes(String),
}Variants§
Trait Implementations§
Source§impl Clone for InlinePartBody
impl Clone for InlinePartBody
Source§fn clone(&self) -> InlinePartBody
fn clone(&self) -> InlinePartBody
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 InlinePartBody
impl Debug for InlinePartBody
Source§impl PartialEq for InlinePartBody
impl PartialEq for InlinePartBody
impl StructuralPartialEq for InlinePartBody
Auto Trait Implementations§
impl Freeze for InlinePartBody
impl RefUnwindSafe for InlinePartBody
impl Send for InlinePartBody
impl Sync for InlinePartBody
impl Unpin for InlinePartBody
impl UnsafeUnpin for InlinePartBody
impl UnwindSafe for InlinePartBody
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