pub struct ScopedUseList<'tree> {
pub span: Span,
pub list: UseList<'tree>,
pub path: Option<ScopedUseListPath<'tree>>,
}Fields§
§span: Span§list: UseList<'tree>§path: Option<ScopedUseListPath<'tree>>Trait Implementations§
Source§impl<'tree> Clone for ScopedUseList<'tree>
impl<'tree> Clone for ScopedUseList<'tree>
Source§fn clone(&self) -> ScopedUseList<'tree>
fn clone(&self) -> ScopedUseList<'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 ScopedUseList<'tree>
impl<'tree> Debug for ScopedUseList<'tree>
Source§impl<'tree> FromNode<'tree> for ScopedUseList<'tree>
impl<'tree> FromNode<'tree> for ScopedUseList<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ScopedUseList<'tree>
impl<'tree> RefUnwindSafe for ScopedUseList<'tree>
impl<'tree> Send for ScopedUseList<'tree>
impl<'tree> Sync for ScopedUseList<'tree>
impl<'tree> Unpin for ScopedUseList<'tree>
impl<'tree> UnsafeUnpin for ScopedUseList<'tree>
impl<'tree> UnwindSafe for ScopedUseList<'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