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