pub struct RemovedComponentEntity(/* private fields */);Expand description
Wrapper around Entity for RemovedComponents.
Internally, RemovedComponents uses these as an Messages<RemovedComponentEntity>.
Trait Implementations§
Source§impl Clone for RemovedComponentEntity
impl Clone for RemovedComponentEntity
Source§fn clone(&self) -> RemovedComponentEntity
fn clone(&self) -> RemovedComponentEntity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemovedComponentEntity
impl Debug for RemovedComponentEntity
Source§impl From<RemovedComponentEntity> for Entity
impl From<RemovedComponentEntity> for Entity
Source§fn from(value: RemovedComponentEntity) -> Self
fn from(value: RemovedComponentEntity) -> Self
Converts to this type from the input type.
impl Message for RemovedComponentEntity
Auto Trait Implementations§
impl Freeze for RemovedComponentEntity
impl RefUnwindSafe for RemovedComponentEntity
impl Send for RemovedComponentEntity
impl Sync for RemovedComponentEntity
impl Unpin for RemovedComponentEntity
impl UnwindSafe for RemovedComponentEntity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
Source§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.