[−][src]Struct sv_parser::declarations::function_declarations::FunctionBodyDeclarationWithPort   
Fields
nodes: (FunctionDataTypeOrImplicit, Option<InterfaceIdentifierOrClassScope>, FunctionIdentifier, Paren<Option<TfPortList>>, Symbol, Vec<BlockItemDeclaration>, Vec<FunctionStatementOrNull>, Keyword, Option<(Symbol, FunctionIdentifier)>)Trait Implementations
impl Clone for FunctionBodyDeclarationWithPort[src]
fn clone(&self) -> FunctionBodyDeclarationWithPort[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for FunctionBodyDeclarationWithPort[src]
impl<'a> From<&'a FunctionBodyDeclarationWithPort> for RefNode<'a>[src]
fn from(x: &'a FunctionBodyDeclarationWithPort) -> RefNode<'a>[src]
impl<'a> From<&'a FunctionBodyDeclarationWithPort> for RefNodes<'a>[src]
fn from(x: &'a FunctionBodyDeclarationWithPort) -> RefNodes<'a>[src]
impl From<FunctionBodyDeclarationWithPort> for AnyNode[src]
fn from(x: FunctionBodyDeclarationWithPort) -> AnyNode[src]
impl<'a> IntoIterator for &'a FunctionBodyDeclarationWithPort[src]
type Item = RefNode<'a>
The type of the elements being iterated over.
type IntoIter = Iter<'a>
Which kind of iterator are we turning this into?
fn into_iter(
    self
) -> <&'a FunctionBodyDeclarationWithPort as IntoIterator>::IntoIter[src]
self
) -> <&'a FunctionBodyDeclarationWithPort as IntoIterator>::IntoIter
impl<'a> Node<'a> for FunctionBodyDeclarationWithPort[src]
impl PartialEq<FunctionBodyDeclarationWithPort> for FunctionBodyDeclarationWithPort[src]
fn eq(&self, other: &FunctionBodyDeclarationWithPort) -> bool[src]
fn ne(&self, other: &FunctionBodyDeclarationWithPort) -> bool[src]
impl StructuralPartialEq for FunctionBodyDeclarationWithPort[src]
impl<'a> TryFrom<&'a FunctionBodyDeclarationWithPort> for Locate[src]
type Error = ()
The type returned in the event of a conversion error.
fn try_from(
    x: &'a FunctionBodyDeclarationWithPort
) -> Result<Locate, <Locate as TryFrom<&'a FunctionBodyDeclarationWithPort>>::Error>[src]
x: &'a FunctionBodyDeclarationWithPort
) -> Result<Locate, <Locate as TryFrom<&'a FunctionBodyDeclarationWithPort>>::Error>
impl TryFrom<AnyNode> for FunctionBodyDeclarationWithPort[src]
type Error = ()
The type returned in the event of a conversion error.
fn try_from(
    x: AnyNode
) -> Result<FunctionBodyDeclarationWithPort, <FunctionBodyDeclarationWithPort as TryFrom<AnyNode>>::Error>[src]
x: AnyNode
) -> Result<FunctionBodyDeclarationWithPort, <FunctionBodyDeclarationWithPort as TryFrom<AnyNode>>::Error>
impl TryFrom<FunctionBodyDeclarationWithPort> for Locate[src]
Auto Trait Implementations
impl RefUnwindSafe for FunctionBodyDeclarationWithPort
impl Send for FunctionBodyDeclarationWithPort
impl Sync for FunctionBodyDeclarationWithPort
impl Unpin for FunctionBodyDeclarationWithPort
impl UnwindSafe for FunctionBodyDeclarationWithPort
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 = !
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>,