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