Enum docx_rust::formatting::EffectType
source · [−]pub enum EffectType {
BlinkBackground,
Lights,
AntsBlack,
AntsRed,
Shimmer,
Sparkle,
None,
}
Variants
BlinkBackground
Lights
AntsBlack
AntsRed
Shimmer
Sparkle
None
Trait Implementations
sourceimpl Clone for EffectType
impl Clone for EffectType
sourcefn clone(&self) -> EffectType
fn clone(&self) -> EffectType
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 EffectType
impl Debug for EffectType
sourceimpl Default for EffectType
impl Default for EffectType
sourcefn default() -> EffectType
fn default() -> EffectType
Returns the “default value” for a type. Read more
sourceimpl Display for EffectType
impl Display for EffectType
Auto Trait Implementations
impl RefUnwindSafe for EffectType
impl Send for EffectType
impl Sync for EffectType
impl Unpin for EffectType
impl UnwindSafe for EffectType
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