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