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