pub enum RenderValue {
Ident(Ident),
Path(LitStr),
}Expand description
<Ident> | "path"
Variants§
Trait Implementations§
Source§impl Parse for RenderValue
impl Parse for RenderValue
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for RenderValue
impl RefUnwindSafe for RenderValue
impl !Send for RenderValue
impl !Sync for RenderValue
impl Unpin for RenderValue
impl UnwindSafe for RenderValue
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