pub struct Composition<P>{ /* private fields */ }
Implementations§
Source§impl<P> Composition<P>
impl<P> Composition<P>
pub fn insert(&mut self, id: P::ContainerID, container: P::Container)
pub fn process(&mut self, environment: &mut P::Environment, command: Command<P>)
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for Composition<P>where
P: ?Sized,
impl<P> !RefUnwindSafe for Composition<P>
impl<P> Send for Composition<P>
impl<P> !Sync for Composition<P>
impl<P> Unpin for Composition<P>
impl<P> UnwindSafe for Composition<P>
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