pub struct ClosureParameters<'tree> {
pub span: Span,
pub children: Vec<ClosureParametersChildren<'tree>>,
}Fields§
§span: Span§children: Vec<ClosureParametersChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for ClosureParameters<'tree>
impl<'tree> Clone for ClosureParameters<'tree>
Source§fn clone(&self) -> ClosureParameters<'tree>
fn clone(&self) -> ClosureParameters<'tree>
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<'tree> Debug for ClosureParameters<'tree>
impl<'tree> Debug for ClosureParameters<'tree>
Source§impl<'tree> FromNode<'tree> for ClosureParameters<'tree>
impl<'tree> FromNode<'tree> for ClosureParameters<'tree>
Source§impl<'tree> PartialEq for ClosureParameters<'tree>
impl<'tree> PartialEq for ClosureParameters<'tree>
Source§impl Spanned for ClosureParameters<'_>
impl Spanned for ClosureParameters<'_>
impl<'tree> Eq for ClosureParameters<'tree>
impl<'tree> StructuralPartialEq for ClosureParameters<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ClosureParameters<'tree>
impl<'tree> RefUnwindSafe for ClosureParameters<'tree>
impl<'tree> Send for ClosureParameters<'tree>
impl<'tree> Sync for ClosureParameters<'tree>
impl<'tree> Unpin for ClosureParameters<'tree>
impl<'tree> UnsafeUnpin for ClosureParameters<'tree>
impl<'tree> UnwindSafe for ClosureParameters<'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