pub struct ReusableBuiltEntity(/* private fields */);
Expand description
A collection of components that implement Clone
Built from, and convertible back into, EntityBuilder<Cloneable>
Trait Implementations§
Source§impl Clone for ReusableBuiltEntity
impl Clone for ReusableBuiltEntity
Source§fn clone(&self) -> ReusableBuiltEntity
fn clone(&self) -> ReusableBuiltEntity
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 From<EntityBuilder<Cloneable>> for ReusableBuiltEntity
impl From<EntityBuilder<Cloneable>> for ReusableBuiltEntity
Source§fn from(x: EntityBuilder<Cloneable>) -> Self
fn from(x: EntityBuilder<Cloneable>) -> Self
Converts to this type from the input type.
Source§impl From<ReusableBuiltEntity> for EntityBuilder<Cloneable>
impl From<ReusableBuiltEntity> for EntityBuilder<Cloneable>
Source§fn from(x: ReusableBuiltEntity) -> Self
fn from(x: ReusableBuiltEntity) -> Self
Converts to this type from the input type.
impl DynamicBundle for &ReusableBuiltEntity
Auto Trait Implementations§
impl Freeze for ReusableBuiltEntity
impl RefUnwindSafe for ReusableBuiltEntity
impl Send for ReusableBuiltEntity
impl Sync for ReusableBuiltEntity
impl Unpin for ReusableBuiltEntity
impl UnwindSafe for ReusableBuiltEntity
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