pub struct LuaMsgUpdate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LuaMsgUpdate
impl Clone for LuaMsgUpdate
Source§fn clone(&self) -> LuaMsgUpdate
fn clone(&self) -> LuaMsgUpdate
Returns a duplicate 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 LuaMsgUpdate
impl Debug for LuaMsgUpdate
Source§impl Default for LuaMsgUpdate
impl Default for LuaMsgUpdate
Source§impl From<LuaMsgUpdate> for LuaMsgUpdate
impl From<LuaMsgUpdate> for LuaMsgUpdate
Source§fn from(value: LuaMsgUpdate) -> Self
fn from(value: LuaMsgUpdate) -> Self
Converts to this type from the input type.
Source§impl TryFrom<LuaMsgUpdate> for LuaMsgUpdate
impl TryFrom<LuaMsgUpdate> for LuaMsgUpdate
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: LuaMsgUpdate) -> Result<Self, ConversionError>
fn try_from(value: LuaMsgUpdate) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for LuaMsgUpdate
impl RefUnwindSafe for LuaMsgUpdate
impl Send for LuaMsgUpdate
impl Sync for LuaMsgUpdate
impl Unpin for LuaMsgUpdate
impl UnsafeUnpin for LuaMsgUpdate
impl UnwindSafe for LuaMsgUpdate
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