Enum docx_rust::formatting::EmphasisType
source · [−]pub enum EmphasisType {
None,
Dot,
Comma,
Circle,
UnderDot,
}
Variants
None
Dot
Comma
Circle
UnderDot
Trait Implementations
sourceimpl Clone for EmphasisType
impl Clone for EmphasisType
sourcefn clone(&self) -> EmphasisType
fn clone(&self) -> EmphasisType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for EmphasisType
impl Debug for EmphasisType
sourceimpl Default for EmphasisType
impl Default for EmphasisType
sourcefn default() -> EmphasisType
fn default() -> EmphasisType
Returns the “default value” for a type. Read more
sourceimpl Display for EmphasisType
impl Display for EmphasisType
Auto Trait Implementations
impl RefUnwindSafe for EmphasisType
impl Send for EmphasisType
impl Sync for EmphasisType
impl Unpin for EmphasisType
impl UnwindSafe for EmphasisType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more