pub struct BackgroundContext<WorldImpl> { /* private fields */ }
Trait Implementations§
Source§impl<WorldImpl> From<BackgroundContext<WorldImpl>> for UnconfiguredBackground<WorldImpl>where
WorldImpl: World,
impl<WorldImpl> From<BackgroundContext<WorldImpl>> for UnconfiguredBackground<WorldImpl>where
WorldImpl: World,
Source§fn from(ctx: BackgroundContext<WorldImpl>) -> Self
fn from(ctx: BackgroundContext<WorldImpl>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<WorldImpl> Freeze for BackgroundContext<WorldImpl>
impl<WorldImpl> !RefUnwindSafe for BackgroundContext<WorldImpl>
impl<WorldImpl> Send for BackgroundContext<WorldImpl>
impl<WorldImpl> Sync for BackgroundContext<WorldImpl>
impl<WorldImpl> Unpin for BackgroundContext<WorldImpl>
impl<WorldImpl> !UnwindSafe for BackgroundContext<WorldImpl>
Blanket Implementations§
Source§impl<T> AssertionExt for T
impl<T> AssertionExt for T
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