pub struct Alias<'a> {
pub keyword: Slice<'a>,
pub ident: Ident<'a>,
}Fields§
§keyword: Slice<'a>§ident: Ident<'a>Trait Implementations§
impl<'a> StructuralPartialEq for Alias<'a>
Auto Trait Implementations§
impl<'a> Freeze for Alias<'a>
impl<'a> RefUnwindSafe for Alias<'a>
impl<'a> Send for Alias<'a>
impl<'a> Sync for Alias<'a>
impl<'a> Unpin for Alias<'a>
impl<'a> UnwindSafe for Alias<'a>
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