pub struct RestAssignment<'tree> {
pub span: Span,
pub children: Option<Lhs<'tree>>,
}Fields§
§span: Span§children: Option<Lhs<'tree>>Trait Implementations§
Source§impl<'tree> Clone for RestAssignment<'tree>
impl<'tree> Clone for RestAssignment<'tree>
Source§fn clone(&self) -> RestAssignment<'tree>
fn clone(&self) -> RestAssignment<'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 RestAssignment<'tree>
impl<'tree> Debug for RestAssignment<'tree>
Source§impl<'tree> FromNode<'tree> for RestAssignment<'tree>
impl<'tree> FromNode<'tree> for RestAssignment<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for RestAssignment<'tree>
impl<'tree> RefUnwindSafe for RestAssignment<'tree>
impl<'tree> Send for RestAssignment<'tree>
impl<'tree> Sync for RestAssignment<'tree>
impl<'tree> Unpin for RestAssignment<'tree>
impl<'tree> UnsafeUnpin for RestAssignment<'tree>
impl<'tree> UnwindSafe for RestAssignment<'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