pub struct FunctionPrototype {
    pub nodes: (Keyword, DataTypeOrVoid, FunctionIdentifier, Option<Paren<Option<TfPortList>>>),
}Fields§
§nodes: (Keyword, DataTypeOrVoid, FunctionIdentifier, Option<Paren<Option<TfPortList>>>)Trait Implementations§
Source§impl Clone for FunctionPrototype
 
impl Clone for FunctionPrototype
Source§fn clone(&self) -> FunctionPrototype
 
fn clone(&self) -> FunctionPrototype
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 FunctionPrototype
 
impl Debug for FunctionPrototype
Source§impl<'a> From<&'a FunctionPrototype> for RefNode<'a>
 
impl<'a> From<&'a FunctionPrototype> for RefNode<'a>
Source§fn from(x: &'a FunctionPrototype) -> RefNode<'a>
 
fn from(x: &'a FunctionPrototype) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a FunctionPrototype> for RefNodes<'a>
 
impl<'a> From<&'a FunctionPrototype> for RefNodes<'a>
Source§fn from(x: &'a FunctionPrototype) -> RefNodes<'a>
 
fn from(x: &'a FunctionPrototype) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<FunctionPrototype> for AnyNode
 
impl From<FunctionPrototype> for AnyNode
Source§fn from(x: FunctionPrototype) -> AnyNode
 
fn from(x: FunctionPrototype) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a FunctionPrototype
 
impl<'a> IntoIterator for &'a FunctionPrototype
Source§impl PartialEq for FunctionPrototype
 
impl PartialEq for FunctionPrototype
Source§impl<'a> TryFrom<&'a FunctionPrototype> for Locate
 
impl<'a> TryFrom<&'a FunctionPrototype> for Locate
Source§impl TryFrom<AnyNode> for FunctionPrototype
 
impl TryFrom<AnyNode> for FunctionPrototype
Source§impl TryFrom<FunctionPrototype> for Locate
 
impl TryFrom<FunctionPrototype> for Locate
impl StructuralPartialEq for FunctionPrototype
Auto Trait Implementations§
impl Freeze for FunctionPrototype
impl RefUnwindSafe for FunctionPrototype
impl Send for FunctionPrototype
impl Sync for FunctionPrototype
impl Unpin for FunctionPrototype
impl UnwindSafe for FunctionPrototype
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