pub struct Facade { /* private fields */ }Expand description
Fetches world resources in async systems.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Facade
impl Send for Facade
impl Sync for Facade
impl Unpin for Facade
impl UnwindSafe for Facade
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more