Enum vhdl_lang::ast::SubprogramKind  
source · pub enum SubprogramKind {
    Function,
    Procedure,
}Variants§
Trait Implementations§
source§impl Clone for SubprogramKind
 
impl Clone for SubprogramKind
source§fn clone(&self) -> SubprogramKind
 
fn clone(&self) -> SubprogramKind
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 SubprogramKind
 
impl Debug for SubprogramKind
source§impl PartialEq for SubprogramKind
 
impl PartialEq for SubprogramKind
source§fn eq(&self, other: &SubprogramKind) -> bool
 
fn eq(&self, other: &SubprogramKind) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SubprogramKind
impl StructuralPartialEq for SubprogramKind
Auto Trait Implementations§
impl Freeze for SubprogramKind
impl RefUnwindSafe for SubprogramKind
impl Send for SubprogramKind
impl Sync for SubprogramKind
impl Unpin for SubprogramKind
impl UnwindSafe for SubprogramKind
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