pub struct NoEnd;Expand description
A ToSuperFormer implementation that returns the original context without any modifications.
This struct is used when no end-of-forming processing is needed, and the original context is to be returned as-is.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NoEnd
impl Send for NoEnd
impl Sync for NoEnd
impl Unpin for NoEnd
impl UnwindSafe for NoEnd
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