pub struct ExpressionRepresentation<'a, T>(pub &'a Expression<'a, T>);Tuple Fields§
§0: &'a Expression<'a, T>Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for ExpressionRepresentation<'a, T>
impl<'a, T> !RefUnwindSafe for ExpressionRepresentation<'a, T>
impl<'a, T> !Send for ExpressionRepresentation<'a, T>
impl<'a, T> !Sync for ExpressionRepresentation<'a, T>
impl<'a, T> Unpin for ExpressionRepresentation<'a, T>
impl<'a, T> !UnwindSafe for ExpressionRepresentation<'a, T>
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