pub enum RelativeImportChildren<'tree> {
DottedName(Box<DottedName<'tree>>),
ImportPrefix(Box<ImportPrefix<'tree>>),
}Variants§
DottedName(Box<DottedName<'tree>>)
ImportPrefix(Box<ImportPrefix<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for RelativeImportChildren<'tree>
impl<'tree> Clone for RelativeImportChildren<'tree>
Source§fn clone(&self) -> RelativeImportChildren<'tree>
fn clone(&self) -> RelativeImportChildren<'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 RelativeImportChildren<'tree>
impl<'tree> Debug for RelativeImportChildren<'tree>
Source§impl<'tree> FromNode<'tree> for RelativeImportChildren<'tree>
impl<'tree> FromNode<'tree> for RelativeImportChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for RelativeImportChildren<'tree>
impl<'tree> RefUnwindSafe for RelativeImportChildren<'tree>
impl<'tree> Send for RelativeImportChildren<'tree>
impl<'tree> Sync for RelativeImportChildren<'tree>
impl<'tree> Unpin for RelativeImportChildren<'tree>
impl<'tree> UnsafeUnpin for RelativeImportChildren<'tree>
impl<'tree> UnwindSafe for RelativeImportChildren<'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