pub enum Syntaxing {
Syntax(Syntax),
QuasiSyntax(QuasiSyntax),
Unsyntax(Unsyntax),
UnsyntaxSplicing(UnsyntaxSplicing),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Syntaxing
impl RefUnwindSafe for Syntaxing
impl Send for Syntaxing
impl Sync for Syntaxing
impl Unpin for Syntaxing
impl UnwindSafe for Syntaxing
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