pub struct AsName<'a> {
pub name: AssignTargetExpression<'a>,
pub whitespace_before_as: ParenthesizableWhitespace<'a>,
pub whitespace_after_as: ParenthesizableWhitespace<'a>,
}
Fields§
§name: AssignTargetExpression<'a>
§whitespace_before_as: ParenthesizableWhitespace<'a>
§whitespace_after_as: ParenthesizableWhitespace<'a>
Trait Implementations§
impl<'a> Eq for AsName<'a>
impl<'a> StructuralPartialEq for AsName<'a>
Auto Trait Implementations§
impl<'a> Freeze for AsName<'a>
impl<'a> RefUnwindSafe for AsName<'a>
impl<'a> Send for AsName<'a>
impl<'a> Sync for AsName<'a>
impl<'a> Unpin for AsName<'a>
impl<'a> UnwindSafe for AsName<'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