pub struct LayoutTempl {
pub layout_token: layout,
pub path: LitStr,
}Expand description
{{ <layout | extends> <"path"> }}
Fields§
§layout_token: layout§path: LitStrTrait Implementations§
Source§impl Parse for LayoutTempl
impl Parse for LayoutTempl
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for LayoutTempl
impl RefUnwindSafe for LayoutTempl
impl !Send for LayoutTempl
impl !Sync for LayoutTempl
impl Unpin for LayoutTempl
impl UnsafeUnpin for LayoutTempl
impl UnwindSafe for LayoutTempl
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