pub struct Recomposer<N>where
N: ComposeNode,{ /* private fields */ }Implementations§
Source§impl<N> Recomposer<N>where
N: ComposeNode,
impl<N> Recomposer<N>where
N: ComposeNode,
pub fn recompose(&mut self)
pub fn root_scope(&self) -> ScopeId
pub fn with_context<F, T>(&mut self, func: F) -> T
pub fn with_context_mut<F, T>(&mut self, func: F) -> T
pub fn with_composer<F, T>(&mut self, func: F) -> T
pub fn with_composer_mut<F, T>(&mut self, func: F) -> T
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for Recomposer<N>
impl<N> !RefUnwindSafe for Recomposer<N>
impl<N> !Send for Recomposer<N>
impl<N> !Sync for Recomposer<N>
impl<N> Unpin for Recomposer<N>
impl<N> !UnwindSafe for Recomposer<N>
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