pub struct HaImmediateBatch<V>where
V: SurfaceDomain + Default + Copy + Send + Sync + 'static,{
pub factory: SurfaceImmediateFactory<V>,
}Fields§
§factory: SurfaceImmediateFactory<V>Trait Implementations§
source§impl<V> Clone for HaImmediateBatch<V>where
V: SurfaceDomain + Default + Copy + Send + Sync + 'static + Clone,
impl<V> Clone for HaImmediateBatch<V>where V: SurfaceDomain + Default + Copy + Send + Sync + 'static + Clone,
source§fn clone(&self) -> HaImmediateBatch<V>
fn clone(&self) -> HaImmediateBatch<V>
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<V> Debug for HaImmediateBatch<V>where
V: SurfaceDomain + Default + Copy + Send + Sync + 'static + Debug,
impl<V> Debug for HaImmediateBatch<V>where V: SurfaceDomain + Default + Copy + Send + Sync + 'static + Debug,
source§impl<V> Default for HaImmediateBatch<V>where
V: SurfaceDomain + Default + Copy + Send + Sync + 'static + Default,
impl<V> Default for HaImmediateBatch<V>where V: SurfaceDomain + Default + Copy + Send + Sync + 'static + Default,
source§fn default() -> HaImmediateBatch<V>
fn default() -> HaImmediateBatch<V>
Returns the “default value” for a type. Read more
source§impl<'de, V> Deserialize<'de> for HaImmediateBatch<V>where
V: SurfaceDomain + Default + Copy + Send + Sync + 'static + Default,
impl<'de, V> Deserialize<'de> for HaImmediateBatch<V>where V: SurfaceDomain + Default + Copy + Send + Sync + 'static + Default,
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<V> Prefab for HaImmediateBatch<V>where
V: SurfaceDomain + Default + Copy + Send + Sync + 'static,
impl<V> Prefab for HaImmediateBatch<V>where V: SurfaceDomain + Default + Copy + Send + Sync + 'static,
fn from_prefab(data: &Value) -> Result<Self, PrefabError>
fn from_prefab_with_extras( data: &Value, _named_entities: &HashMap<String, Entity, RandomState>, _state_token: ID<PhantomData<dyn State + Send + Sync>> ) -> Result<Self, PrefabError>
fn to_prefab(&self) -> Result<Value, PrefabError>
fn from_prefab_str(data: &str) -> Result<Self, PrefabError>
fn to_prefab_string(&self) -> Result<String, PrefabError>
fn post_from_prefab(&mut self)
source§impl<V> Serialize for HaImmediateBatch<V>where
V: SurfaceDomain + Default + Copy + Send + Sync + 'static,
impl<V> Serialize for HaImmediateBatch<V>where V: SurfaceDomain + Default + Copy + Send + Sync + 'static,
impl<V> PrefabComponent for HaImmediateBatch<V>where V: SurfaceDomain + Default + Copy + Send + Sync + 'static,
Auto Trait Implementations§
impl<V> RefUnwindSafe for HaImmediateBatch<V>where V: RefUnwindSafe,
impl<V> Send for HaImmediateBatch<V>
impl<V> Sync for HaImmediateBatch<V>
impl<V> Unpin for HaImmediateBatch<V>where V: Unpin,
impl<V> UnwindSafe for HaImmediateBatch<V>where V: UnwindSafe,
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more