pub struct UnsyntaxSplicing {
pub value: Box<ENotation>,
}Fields§
§value: Box<ENotation>Trait Implementations§
Source§impl Debug for UnsyntaxSplicing
impl Debug for UnsyntaxSplicing
Source§impl Display for UnsyntaxSplicing
impl Display for UnsyntaxSplicing
Source§impl<'unique_lifetime_name> FromPest<'unique_lifetime_name> for UnsyntaxSplicing
impl<'unique_lifetime_name> FromPest<'unique_lifetime_name> for UnsyntaxSplicing
Auto Trait Implementations§
impl Freeze for UnsyntaxSplicing
impl RefUnwindSafe for UnsyntaxSplicing
impl Send for UnsyntaxSplicing
impl Sync for UnsyntaxSplicing
impl Unpin for UnsyntaxSplicing
impl UnwindSafe for UnsyntaxSplicing
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