pub struct Composer<N>where
N: ComposeNode,{
pub context: N::Context,
pub root_scope: ScopeId,
pub nodes: FxHashMap<ScopeId, Node<N>>,
/* private fields */
}Fields§
§context: N::Context§root_scope: ScopeId§nodes: FxHashMap<ScopeId, Node<N>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for Composer<N>
impl<N> !RefUnwindSafe for Composer<N>
impl<N> !Send for Composer<N>
impl<N> !Sync for Composer<N>
impl<N> Unpin for Composer<N>
impl<N> !UnwindSafe for Composer<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