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