pub struct TExprDisplay<'expr, P>{ /* private fields */ }
Implementations§
Source§impl<'expr, P> TExprDisplay<'expr, P>
impl<'expr, P> TExprDisplay<'expr, P>
pub fn indented(parent: &Self, expr: &'expr TExpr<P>) -> TExprDisplay<'expr, P>
Trait Implementations§
Auto Trait Implementations§
impl<'expr, P> Freeze for TExprDisplay<'expr, P>
impl<'expr, P> RefUnwindSafe for TExprDisplay<'expr, P>
impl<'expr, P> Send for TExprDisplay<'expr, P>
impl<'expr, P> Sync for TExprDisplay<'expr, P>
impl<'expr, P> Unpin for TExprDisplay<'expr, P>
impl<'expr, P> UnwindSafe for TExprDisplay<'expr, P>
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