Enum ambient_guest_bridge::ecs::ECSError
source · pub enum ECSError {
EntityDoesntHaveComponent,
NoSuchEntity,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ECSError
impl Send for ECSError
impl Sync for ECSError
impl Unpin for ECSError
impl UnwindSafe for ECSError
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