pub enum EntityPriority {
Left,
Right,
}
Variants§
Trait Implementations§
Source§impl Clone for EntityPriority
impl Clone for EntityPriority
Source§fn clone(&self) -> EntityPriority
fn clone(&self) -> EntityPriority
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 EntityPriority
impl Debug for EntityPriority
Source§impl<'de> Deserialize<'de> for EntityPriority
impl<'de> Deserialize<'de> for EntityPriority
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EntityPriority
impl PartialEq for EntityPriority
Source§impl Serialize for EntityPriority
impl Serialize for EntityPriority
impl Copy for EntityPriority
impl Eq for EntityPriority
impl StructuralPartialEq for EntityPriority
Auto Trait Implementations§
impl Freeze for EntityPriority
impl RefUnwindSafe for EntityPriority
impl Send for EntityPriority
impl Sync for EntityPriority
impl Unpin for EntityPriority
impl UnwindSafe for EntityPriority
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