pub struct LuaBootstrapRaiseConsoleChatParams {
pub message: String,
pub player_index: u32,
}Fields§
§message: StringThe chat message to send.
player_index: u32The player doing the chatting.
Trait Implementations§
Source§impl Clone for LuaBootstrapRaiseConsoleChatParams
impl Clone for LuaBootstrapRaiseConsoleChatParams
Source§fn clone(&self) -> LuaBootstrapRaiseConsoleChatParams
fn clone(&self) -> LuaBootstrapRaiseConsoleChatParams
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 LuaBootstrapRaiseConsoleChatParams
impl Default for LuaBootstrapRaiseConsoleChatParams
Source§fn default() -> LuaBootstrapRaiseConsoleChatParams
fn default() -> LuaBootstrapRaiseConsoleChatParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaBootstrapRaiseConsoleChatParams
impl RefUnwindSafe for LuaBootstrapRaiseConsoleChatParams
impl Send for LuaBootstrapRaiseConsoleChatParams
impl Sync for LuaBootstrapRaiseConsoleChatParams
impl Unpin for LuaBootstrapRaiseConsoleChatParams
impl UnsafeUnpin for LuaBootstrapRaiseConsoleChatParams
impl UnwindSafe for LuaBootstrapRaiseConsoleChatParams
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