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