pub struct DeltaUpdateEntity {
pub id: EntityId,
pub components: Vec<DeltaUpdateComponent>,
}Fields§
§id: EntityId§components: Vec<DeltaUpdateComponent>Trait Implementations§
Source§impl Clone for DeltaUpdateEntity
impl Clone for DeltaUpdateEntity
Source§fn clone(&self) -> DeltaUpdateEntity
fn clone(&self) -> DeltaUpdateEntity
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 DeltaUpdateEntity
impl Debug for DeltaUpdateEntity
Source§impl PartialEq for DeltaUpdateEntity
impl PartialEq for DeltaUpdateEntity
impl Eq for DeltaUpdateEntity
impl StructuralPartialEq for DeltaUpdateEntity
Auto Trait Implementations§
impl Freeze for DeltaUpdateEntity
impl RefUnwindSafe for DeltaUpdateEntity
impl Send for DeltaUpdateEntity
impl Sync for DeltaUpdateEntity
impl Unpin for DeltaUpdateEntity
impl UnwindSafe for DeltaUpdateEntity
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