pub struct AliasReft {
pub qself: Box<Ty>,
pub path: Path,
pub name: Ident,
}
Expand description
<qself as path>::name
Fields§
§qself: Box<Ty>
§path: Path
§name: Ident
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AliasReft
impl RefUnwindSafe for AliasReft
impl Send for AliasReft
impl Sync for AliasReft
impl Unpin for AliasReft
impl UnwindSafe for AliasReft
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