pub enum FormalParameterType {
Typename,
Interface,
Valuetype,
Eventtype,
Struct,
Union,
Exception,
Enum,
SequenceKeyword,
ConstType(ConstType),
SequenceType(SequenceType),
SimpleTypeSpec(SimpleTypeSpec),
}Variants§
Typename
Interface
Valuetype
Eventtype
Struct
Union
Exception
Enum
SequenceKeyword
ConstType(ConstType)
SequenceType(SequenceType)
SimpleTypeSpec(SimpleTypeSpec)
Trait Implementations§
Source§impl Debug for FormalParameterType
impl Debug for FormalParameterType
Source§impl<'de> Deserialize<'de> for FormalParameterType
impl<'de> Deserialize<'de> for FormalParameterType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> FromTreeSitter<'a> for FormalParameterType
impl<'a> FromTreeSitter<'a> for FormalParameterType
fn from_node(node: Node<'a>, ctx: &mut ParseContext<'a>) -> ParserResult<Self>
Auto Trait Implementations§
impl Freeze for FormalParameterType
impl RefUnwindSafe for FormalParameterType
impl Send for FormalParameterType
impl Sync for FormalParameterType
impl Unpin for FormalParameterType
impl UnsafeUnpin for FormalParameterType
impl UnwindSafe for FormalParameterType
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