pub struct LuaBootstrapRaiseScriptReviveParams {
pub entity: LuaEntity,
pub tags: LuaAny,
}Fields§
§entity: LuaEntityThe entity that was revived.
The tags associated with this entity, if any.
Trait Implementations§
Source§impl Clone for LuaBootstrapRaiseScriptReviveParams
impl Clone for LuaBootstrapRaiseScriptReviveParams
Source§fn clone(&self) -> LuaBootstrapRaiseScriptReviveParams
fn clone(&self) -> LuaBootstrapRaiseScriptReviveParams
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 moreSource§impl Default for LuaBootstrapRaiseScriptReviveParams
impl Default for LuaBootstrapRaiseScriptReviveParams
Source§fn default() -> LuaBootstrapRaiseScriptReviveParams
fn default() -> LuaBootstrapRaiseScriptReviveParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaBootstrapRaiseScriptReviveParams
impl RefUnwindSafe for LuaBootstrapRaiseScriptReviveParams
impl Send for LuaBootstrapRaiseScriptReviveParams
impl Sync for LuaBootstrapRaiseScriptReviveParams
impl Unpin for LuaBootstrapRaiseScriptReviveParams
impl UnsafeUnpin for LuaBootstrapRaiseScriptReviveParams
impl UnwindSafe for LuaBootstrapRaiseScriptReviveParams
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