pub struct Parameter<'tree> {
pub span: Span,
pub pattern: ParameterPattern<'tree>,
pub type: Type<'tree>,
pub children: Option<MutableSpecifier<'tree>>,
}Fields§
§span: Span§pattern: ParameterPattern<'tree>§type: Type<'tree>§children: Option<MutableSpecifier<'tree>>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Parameter<'tree>
impl<'tree> RefUnwindSafe for Parameter<'tree>
impl<'tree> Send for Parameter<'tree>
impl<'tree> Sync for Parameter<'tree>
impl<'tree> Unpin for Parameter<'tree>
impl<'tree> UnsafeUnpin for Parameter<'tree>
impl<'tree> UnwindSafe for Parameter<'tree>
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