pub struct ReactiveScope { /* private fields */ }Available on crate feature
router only.Implementations§
Trait Implementations§
Source§impl NodeViewParts for ReactiveScope
impl NodeViewParts for ReactiveScope
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 !RefUnwindSafe for ReactiveScope
impl !Sync for ReactiveScope
impl !UnwindSafe for ReactiveScope
impl Freeze for ReactiveScope
impl Send for ReactiveScope
impl Unpin for ReactiveScope
impl UnsafeUnpin for ReactiveScope
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