pub struct LuaTypeError {}Trait Implementations§
Source§impl Clone for LuaTypeError
impl Clone for LuaTypeError
Source§fn clone(&self) -> LuaTypeError
fn clone(&self) -> LuaTypeError
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 LuaTypeError
impl Debug for LuaTypeError
Source§impl From<FromUtf8Error> for LuaTypeError
impl From<FromUtf8Error> for LuaTypeError
Source§fn from(_err: FromUtf8Error) -> LuaTypeError
fn from(_err: FromUtf8Error) -> LuaTypeError
Converts to this type from the input type.
Source§impl From<IntoStringError> for LuaTypeError
impl From<IntoStringError> for LuaTypeError
Source§fn from(_err: IntoStringError) -> LuaTypeError
fn from(_err: IntoStringError) -> LuaTypeError
Converts to this type from the input type.
Source§impl From<LuaTypeError> for ReplayReadError
impl From<LuaTypeError> for ReplayReadError
Source§fn from(_err: LuaTypeError) -> ReplayReadError
fn from(_err: LuaTypeError) -> ReplayReadError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LuaTypeError
impl RefUnwindSafe for LuaTypeError
impl Send for LuaTypeError
impl Sync for LuaTypeError
impl Unpin for LuaTypeError
impl UnwindSafe for LuaTypeError
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