pub enum ParticleTerm {
Element(ElementFrameResult),
Group(ModelGroupDefResult),
Any(WildcardResult),
}Expand description
Particle term
Variants§
Trait Implementations§
Source§impl Clone for ParticleTerm
impl Clone for ParticleTerm
Source§fn clone(&self) -> ParticleTerm
fn clone(&self) -> ParticleTerm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ParticleTerm
impl RefUnwindSafe for ParticleTerm
impl Send for ParticleTerm
impl Sync for ParticleTerm
impl Unpin for ParticleTerm
impl UnsafeUnpin for ParticleTerm
impl UnwindSafe for ParticleTerm
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