Enum calyx_frontend::InternalAttr
source · pub enum InternalAttr {
DEAD,
NODE_ID,
BEGIN_ID,
END_ID,
ST_ID,
LOOP,
START,
END,
}
Expand description
Internal attributes that cannot be parsed back from the IL.
Variants§
Trait Implementations§
source§impl AsRef<str> for InternalAttr
impl AsRef<str> for InternalAttr
source§impl Clone for InternalAttr
impl Clone for InternalAttr
source§fn clone(&self) -> InternalAttr
fn clone(&self) -> InternalAttr
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 InternalAttr
impl Debug for InternalAttr
source§impl From<InternalAttr> for Attribute
impl From<InternalAttr> for Attribute
source§fn from(attr: InternalAttr) -> Self
fn from(attr: InternalAttr) -> Self
Converts to this type from the input type.
source§impl Hash for InternalAttr
impl Hash for InternalAttr
source§impl PartialEq<InternalAttr> for InternalAttr
impl PartialEq<InternalAttr> for InternalAttr
source§fn eq(&self, other: &InternalAttr) -> bool
fn eq(&self, other: &InternalAttr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InternalAttr
impl Eq for InternalAttr
impl StructuralEq for InternalAttr
impl StructuralPartialEq for InternalAttr
Auto Trait Implementations§
impl RefUnwindSafe for InternalAttr
impl Send for InternalAttr
impl Sync for InternalAttr
impl Unpin for InternalAttr
impl UnwindSafe for InternalAttr
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.