pub struct WithInitializer<'tree> {
pub span: Span,
pub children: Vec<WithInitializerChildren<'tree>>,
}Fields§
§span: Span§children: Vec<WithInitializerChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for WithInitializer<'tree>
impl<'tree> Clone for WithInitializer<'tree>
Source§fn clone(&self) -> WithInitializer<'tree>
fn clone(&self) -> WithInitializer<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WithInitializer<'tree>
impl<'tree> Debug for WithInitializer<'tree>
impl<'tree> Eq for WithInitializer<'tree>
Source§impl<'tree> FromNode<'tree> for WithInitializer<'tree>
impl<'tree> FromNode<'tree> for WithInitializer<'tree>
Source§impl<'tree> PartialEq for WithInitializer<'tree>
impl<'tree> PartialEq for WithInitializer<'tree>
Source§impl Spanned for WithInitializer<'_>
impl Spanned for WithInitializer<'_>
impl<'tree> StructuralPartialEq for WithInitializer<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for WithInitializer<'tree>
impl<'tree> RefUnwindSafe for WithInitializer<'tree>
impl<'tree> Send for WithInitializer<'tree>
impl<'tree> Sync for WithInitializer<'tree>
impl<'tree> Unpin for WithInitializer<'tree>
impl<'tree> UnsafeUnpin for WithInitializer<'tree>
impl<'tree> UnwindSafe for WithInitializer<'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