pub enum EntityTypeUpdate {
Preserve,
Clear,
Set(u32),
}Variants§
Trait Implementations§
Source§impl Clone for EntityTypeUpdate
impl Clone for EntityTypeUpdate
Source§fn clone(&self) -> EntityTypeUpdate
fn clone(&self) -> EntityTypeUpdate
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 EntityTypeUpdate
impl Debug for EntityTypeUpdate
Source§impl PartialEq for EntityTypeUpdate
impl PartialEq for EntityTypeUpdate
impl Copy for EntityTypeUpdate
impl Eq for EntityTypeUpdate
impl StructuralPartialEq for EntityTypeUpdate
Auto Trait Implementations§
impl Freeze for EntityTypeUpdate
impl RefUnwindSafe for EntityTypeUpdate
impl Send for EntityTypeUpdate
impl Sync for EntityTypeUpdate
impl Unpin for EntityTypeUpdate
impl UnwindSafe for EntityTypeUpdate
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