pub struct PrefabComponent<'a> {
pub type_name: &'a str,
pub module_name: Option<&'a str>,
pub data: &'a Intermediate,
}Fields§
§type_name: &'a str§module_name: Option<&'a str>§data: &'a IntermediateAuto Trait Implementations§
impl<'a> Freeze for PrefabComponent<'a>
impl<'a> RefUnwindSafe for PrefabComponent<'a>
impl<'a> Send for PrefabComponent<'a>
impl<'a> Sync for PrefabComponent<'a>
impl<'a> Unpin for PrefabComponent<'a>
impl<'a> UnwindSafe for PrefabComponent<'a>
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