pub struct Alias<'tree> {
pub span: Span,
pub alias: MethodName<'tree>,
pub name: MethodName<'tree>,
}Fields§
§span: Span§alias: MethodName<'tree>§name: MethodName<'tree>Trait Implementations§
impl<'tree> Eq for Alias<'tree>
impl<'tree> StructuralPartialEq for Alias<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Alias<'tree>
impl<'tree> RefUnwindSafe for Alias<'tree>
impl<'tree> Send for Alias<'tree>
impl<'tree> Sync for Alias<'tree>
impl<'tree> Unpin for Alias<'tree>
impl<'tree> UnsafeUnpin for Alias<'tree>
impl<'tree> UnwindSafe for Alias<'tree>
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