pub struct UsePath {
pub extent: Extent,
pub path: Vec<Ident>,
pub tail: UseTail,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§path: Vec<Ident>§tail: UseTail§whitespace: Vec<Whitespace>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsePath
impl RefUnwindSafe for UsePath
impl Send for UsePath
impl Sync for UsePath
impl Unpin for UsePath
impl UnsafeUnpin for UsePath
impl UnwindSafe for UsePath
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