pub struct ImportedFunctionAlias<'a> {
pub as_token: Loc<()>,
pub name: Loc<&'a str>,
}Fields§
§as_token: Loc<()>§name: Loc<&'a str>Auto Trait Implementations§
impl<'a> Freeze for ImportedFunctionAlias<'a>
impl<'a> RefUnwindSafe for ImportedFunctionAlias<'a>
impl<'a> Send for ImportedFunctionAlias<'a>
impl<'a> Sync for ImportedFunctionAlias<'a>
impl<'a> Unpin for ImportedFunctionAlias<'a>
impl<'a> UnwindSafe for ImportedFunctionAlias<'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