pub struct Expr<T> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> NodeViewParts for Expr<T>where
T: NodeViewParts,
impl<T> NodeViewParts for Expr<T>where
T: NodeViewParts,
Source§fn into_view_parts(self, cx: &Cx, parts: &mut PartsWriter<'_>)
fn into_view_parts(self, cx: &Cx, parts: &mut PartsWriter<'_>)
Appends this value to the view being built.
Auto Trait Implementations§
impl<T> !RefUnwindSafe for Expr<T>
impl<T> !Sync for Expr<T>
impl<T> !UnwindSafe for Expr<T>
impl<T> Freeze for Expr<T>where
T: Freeze,
impl<T> Send for Expr<T>where
T: Send,
impl<T> Unpin for Expr<T>where
T: Unpin,
impl<T> UnsafeUnpin for Expr<T>where
T: UnsafeUnpin,
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