pub struct UseList<'tree> {
pub span: Span,
pub children: Vec<UseListChildren<'tree>>,
}Fields§
§span: Span§children: Vec<UseListChildren<'tree>>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for UseList<'tree>
impl<'tree> RefUnwindSafe for UseList<'tree>
impl<'tree> Send for UseList<'tree>
impl<'tree> Sync for UseList<'tree>
impl<'tree> Unpin for UseList<'tree>
impl<'tree> UnsafeUnpin for UseList<'tree>
impl<'tree> UnwindSafe for UseList<'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