pub enum EntityClass {
Show 19 variants
Arch,
Comp,
Cfg,
Const,
Entity,
File,
Func,
Group,
Label,
Literal,
Pkg,
Proc,
Prop,
Seq,
Signal,
Subtype,
Type,
Units,
Var,
}
Variants§
Arch
Comp
Cfg
Const
Entity
File
Func
Group
Label
Literal
Pkg
Proc
Prop
Seq
Signal
Subtype
Type
Units
Var
Trait Implementations§
Source§impl Clone for EntityClass
impl Clone for EntityClass
Source§fn clone(&self) -> EntityClass
fn clone(&self) -> EntityClass
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 EntityClass
impl Debug for EntityClass
Source§impl PartialEq for EntityClass
impl PartialEq for EntityClass
impl Copy for EntityClass
impl Eq for EntityClass
impl StructuralPartialEq for EntityClass
Auto Trait Implementations§
impl Freeze for EntityClass
impl RefUnwindSafe for EntityClass
impl Send for EntityClass
impl Sync for EntityClass
impl Unpin for EntityClass
impl UnwindSafe for EntityClass
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