pub enum ParsedUsePath {
Name(String),
Package(PackageName, String),
}
Variants§
Name(String)
Package(PackageName, String)
Auto Trait Implementations§
impl Freeze for ParsedUsePath
impl RefUnwindSafe for ParsedUsePath
impl Send for ParsedUsePath
impl Sync for ParsedUsePath
impl Unpin for ParsedUsePath
impl UnwindSafe for ParsedUsePath
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