pub struct UseGroup {
pub items: Vec<UseTree>,
}Expand description
Braced use tree group.
Fields§
§items: Vec<UseTree>Children inside the braced group.
Trait Implementations§
impl Eq for UseGroup
impl StructuralPartialEq for UseGroup
Auto Trait Implementations§
impl Freeze for UseGroup
impl RefUnwindSafe for UseGroup
impl Send for UseGroup
impl Sync for UseGroup
impl Unpin for UseGroup
impl UnsafeUnpin for UseGroup
impl UnwindSafe for UseGroup
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