pub struct UseGlob {
pub star_token: Star,
}Expand description
A glob import in a use item: *.
Fields§
§star_token: StarTrait Implementations§
Auto Trait Implementations§
impl Freeze for UseGlob
impl RefUnwindSafe for UseGlob
impl !Send for UseGlob
impl !Sync for UseGlob
impl Unpin for UseGlob
impl UnwindSafe for UseGlob
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