pub struct WritableExpression<E: ExpressionBase> { /* private fields */ }Expand description
Writable expression wrapper
Implementations§
Auto Trait Implementations§
impl<E> Freeze for WritableExpression<E>where
E: Freeze,
impl<E> RefUnwindSafe for WritableExpression<E>
impl<E> !Send for WritableExpression<E>
impl<E> !Sync for WritableExpression<E>
impl<E> Unpin for WritableExpression<E>where
E: Unpin,
impl<E> UnwindSafe for WritableExpression<E>
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