[−][src]Struct moore_vhdl::score::NullStmtRef
Trait Implementations
impl Clone for NullStmtRef[src]
fn clone(&self) -> NullStmtRef[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for NullStmtRef[src]
impl Debug for NullStmtRef[src]
impl Eq for NullStmtRef[src]
impl From<NullStmtRef> for SeqStmtRef[src]
fn from(id: NullStmtRef) -> SeqStmtRef[src]
impl Hash for NullStmtRef[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Into<NodeId> for NullStmtRef[src]
impl NodeRef for NullStmtRef[src]
impl<'ctx> NodeStorage<NullStmtRef> for HirTable<'ctx>[src]
type Node = &'ctx Stmt<NullStmt>
The type of the node that is returned when presented with an ID of type I. Read more
fn get(&self, id: &NullStmtRef) -> Option<&&'ctx Stmt<NullStmt>>[src]
fn set(
&mut self,
id: NullStmtRef,
node: &'ctx Stmt<NullStmt>
) -> Option<&'ctx Stmt<NullStmt>>[src]
&mut self,
id: NullStmtRef,
node: &'ctx Stmt<NullStmt>
) -> Option<&'ctx Stmt<NullStmt>>
impl<'sb, 'ast, 'ctx> NodeStorage<NullStmtRef> for LazyHirTable<'sb, 'ast, 'ctx>[src]
type Node = LazyNode<LazyHir<'sb, 'ast, 'ctx, Stmt<NullStmt>>>
The type of the node that is returned when presented with an ID of type I. Read more
fn get(
&self,
id: &NullStmtRef
) -> Option<&LazyNode<LazyHir<'sb, 'ast, 'ctx, Stmt<NullStmt>>>>[src]
&self,
id: &NullStmtRef
) -> Option<&LazyNode<LazyHir<'sb, 'ast, 'ctx, Stmt<NullStmt>>>>
fn set(
&mut self,
id: NullStmtRef,
node: LazyNode<LazyHir<'sb, 'ast, 'ctx, Stmt<NullStmt>>>
) -> Option<LazyNode<LazyHir<'sb, 'ast, 'ctx, Stmt<NullStmt>>>>[src]
&mut self,
id: NullStmtRef,
node: LazyNode<LazyHir<'sb, 'ast, 'ctx, Stmt<NullStmt>>>
) -> Option<LazyNode<LazyHir<'sb, 'ast, 'ctx, Stmt<NullStmt>>>>
impl Ord for NullStmtRef[src]
fn cmp(&self, other: &NullStmtRef) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<NullStmtRef> for NullStmtRef[src]
fn eq(&self, other: &NullStmtRef) -> bool[src]
fn ne(&self, other: &NullStmtRef) -> bool[src]
impl PartialOrd<NullStmtRef> for NullStmtRef[src]
fn partial_cmp(&self, other: &NullStmtRef) -> Option<Ordering>[src]
fn lt(&self, other: &NullStmtRef) -> bool[src]
fn le(&self, other: &NullStmtRef) -> bool[src]
fn gt(&self, other: &NullStmtRef) -> bool[src]
fn ge(&self, other: &NullStmtRef) -> bool[src]
impl StructuralEq for NullStmtRef[src]
impl StructuralPartialEq for NullStmtRef[src]
Auto Trait Implementations
impl RefUnwindSafe for NullStmtRef
impl Send for NullStmtRef
impl Sync for NullStmtRef
impl Unpin for NullStmtRef
impl UnwindSafe for NullStmtRef
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,