pub struct ExpressionTreeWebSurface { /* private fields */ }Expand description
One browser-owned expression-tree surface over a real server transport.
The surface composes the product codec with the generic session bus. It owns no HTTP routes, JavaScript, Scene interpretation, or tree semantics.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ExpressionTreeWebSurface
impl !UnwindSafe for ExpressionTreeWebSurface
impl Freeze for ExpressionTreeWebSurface
impl Send for ExpressionTreeWebSurface
impl Sync for ExpressionTreeWebSurface
impl Unpin for ExpressionTreeWebSurface
impl UnsafeUnpin for ExpressionTreeWebSurface
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