pub struct PrefabArchetype {
pub entities: Vec<Entity>,
pub columns: Vec<PrefabArchetypeColumn>,
}Fields§
§entities: Vec<Entity>§columns: Vec<PrefabArchetypeColumn>Trait Implementations§
Source§impl Clone for PrefabArchetype
impl Clone for PrefabArchetype
Source§fn clone(&self) -> PrefabArchetype
fn clone(&self) -> PrefabArchetype
Returns a copy 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 PrefabArchetype
impl Debug for PrefabArchetype
Source§impl<'de> Deserialize<'de> for PrefabArchetype
impl<'de> Deserialize<'de> for PrefabArchetype
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 PrefabArchetype
impl PartialEq for PrefabArchetype
Source§impl Serialize for PrefabArchetype
impl Serialize for PrefabArchetype
impl StructuralPartialEq for PrefabArchetype
Auto Trait Implementations§
impl Freeze for PrefabArchetype
impl RefUnwindSafe for PrefabArchetype
impl Send for PrefabArchetype
impl Sync for PrefabArchetype
impl Unpin for PrefabArchetype
impl UnwindSafe for PrefabArchetype
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