pub struct TypeBinding<'tree> {
pub span: Span,
pub name: TypeIdentifier<'tree>,
pub type: Type<'tree>,
pub type_arguments: Option<TypeArguments<'tree>>,
}Fields§
§span: Span§name: TypeIdentifier<'tree>§type: Type<'tree>§type_arguments: Option<TypeArguments<'tree>>Trait Implementations§
Source§impl<'tree> Clone for TypeBinding<'tree>
impl<'tree> Clone for TypeBinding<'tree>
Source§fn clone(&self) -> TypeBinding<'tree>
fn clone(&self) -> TypeBinding<'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 TypeBinding<'tree>
impl<'tree> Debug for TypeBinding<'tree>
Source§impl<'tree> FromNode<'tree> for TypeBinding<'tree>
impl<'tree> FromNode<'tree> for TypeBinding<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for TypeBinding<'tree>
impl<'tree> RefUnwindSafe for TypeBinding<'tree>
impl<'tree> Send for TypeBinding<'tree>
impl<'tree> Sync for TypeBinding<'tree>
impl<'tree> Unpin for TypeBinding<'tree>
impl<'tree> UnsafeUnpin for TypeBinding<'tree>
impl<'tree> UnwindSafe for TypeBinding<'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