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