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