pub struct EntityRange {
pub first: EntityRef,
pub last: EntityRef,
}Expand description
Inclusive deterministic entity range represented by one chunk.
Fields§
§first: EntityRef§last: EntityRefTrait Implementations§
Source§impl Clone for EntityRange
impl Clone for EntityRange
Source§fn clone(&self) -> EntityRange
fn clone(&self) -> EntityRange
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 EntityRange
Source§impl Debug for EntityRange
impl Debug for EntityRange
Source§impl<'de> Deserialize<'de> for EntityRange
impl<'de> Deserialize<'de> for EntityRange
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
impl Eq for EntityRange
Source§impl PartialEq for EntityRange
impl PartialEq for EntityRange
Source§impl Serialize for EntityRange
impl Serialize for EntityRange
impl StructuralPartialEq for EntityRange
Auto Trait Implementations§
impl Freeze for EntityRange
impl RefUnwindSafe for EntityRange
impl Send for EntityRange
impl Sync for EntityRange
impl Unpin for EntityRange
impl UnsafeUnpin for EntityRange
impl UnwindSafe for EntityRange
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