pub struct Cloneable(/* private fields */);
Expand description
Type parameter for EntityBuilder
s with cloneable components
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cloneable
impl RefUnwindSafe for Cloneable
impl Send for Cloneable
impl Sync for Cloneable
impl Unpin for Cloneable
impl UnwindSafe for Cloneable
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