pub struct UseTempl {
pub use_token: Use,
pub path: LitStr,
pub as_token: As,
pub ident: Ident,
}Expand description
{{ use <"path"> as <Ident> }}
Fields§
§use_token: Use§path: LitStr§as_token: As§ident: IdentImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UseTempl
impl RefUnwindSafe for UseTempl
impl !Send for UseTempl
impl !Sync for UseTempl
impl Unpin for UseTempl
impl UnwindSafe for UseTempl
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