pub enum EntityAspect {
Entity(CompoundName),
Cfg(CompoundName),
Open,
}
Variants§
Trait Implementations§
Source§impl Clone for EntityAspect
impl Clone for EntityAspect
Source§fn clone(&self) -> EntityAspect
fn clone(&self) -> EntityAspect
Returns a duplicate 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 EntityAspect
impl Debug for EntityAspect
Source§impl PartialEq for EntityAspect
impl PartialEq for EntityAspect
impl Eq for EntityAspect
impl StructuralPartialEq for EntityAspect
Auto Trait Implementations§
impl Freeze for EntityAspect
impl RefUnwindSafe for EntityAspect
impl Send for EntityAspect
impl Sync for EntityAspect
impl Unpin for EntityAspect
impl UnwindSafe for EntityAspect
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