pub enum EffectListChoice {
OuterShadow(OuterShadow),
}
Variants§
OuterShadow(OuterShadow)
Trait Implementations§
Source§impl Clone for EffectListChoice
impl Clone for EffectListChoice
Source§fn clone(&self) -> EffectListChoice
fn clone(&self) -> EffectListChoice
Returns a copy 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 EffectListChoice
impl Debug for EffectListChoice
Source§impl<'__input> XmlRead<'__input> for EffectListChoice
impl<'__input> XmlRead<'__input> for EffectListChoice
Auto Trait Implementations§
impl Freeze for EffectListChoice
impl RefUnwindSafe for EffectListChoice
impl Send for EffectListChoice
impl Sync for EffectListChoice
impl Unpin for EffectListChoice
impl UnwindSafe for EffectListChoice
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