pub enum DemolishFormat {
Fx,
Extended,
}Expand description
Represents which demolition format a replay uses.
Variants§
Fx
Old format (pre-September 2024): uses ReplicatedDemolishGoalExplosion
Extended
New format (September 2024+): uses ReplicatedDemolishExtended
Trait Implementations§
Source§impl Clone for DemolishFormat
impl Clone for DemolishFormat
Source§fn clone(&self) -> DemolishFormat
fn clone(&self) -> DemolishFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DemolishFormat
Source§impl Debug for DemolishFormat
impl Debug for DemolishFormat
impl Eq for DemolishFormat
Source§impl PartialEq for DemolishFormat
impl PartialEq for DemolishFormat
Source§fn eq(&self, other: &DemolishFormat) -> bool
fn eq(&self, other: &DemolishFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DemolishFormat
Auto Trait Implementations§
impl Freeze for DemolishFormat
impl RefUnwindSafe for DemolishFormat
impl Send for DemolishFormat
impl Sync for DemolishFormat
impl Unpin for DemolishFormat
impl UnsafeUnpin for DemolishFormat
impl UnwindSafe for DemolishFormat
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