pub struct UseGroup {
pub brace_token: Brace,
pub items: Punctuated<UseTree, Comma>,
}Expand description
A braced group of imports in a use item: {A, B, C}.
Fields§
§brace_token: Brace§items: Punctuated<UseTree, Comma>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UseGroup
impl RefUnwindSafe for UseGroup
impl !Send for UseGroup
impl !Sync for UseGroup
impl Unpin 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