pub struct LuaFunction;Implementations§
Source§impl LuaFunction
impl LuaFunction
Trait Implementations§
Source§impl Clone for LuaFunction
impl Clone for LuaFunction
Source§fn clone(&self) -> LuaFunction
fn clone(&self) -> LuaFunction
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 moreimpl Copy for LuaFunction
Source§impl Debug for LuaFunction
impl Debug for LuaFunction
Source§impl Default for LuaFunction
impl Default for LuaFunction
Source§fn default() -> LuaFunction
fn default() -> LuaFunction
Returns the “default value” for a type. Read more
impl Eq for LuaFunction
Source§impl From<LuaFunction> for LuaAny
impl From<LuaFunction> for LuaAny
Source§fn from(_: LuaFunction) -> Self
fn from(_: LuaFunction) -> Self
Converts to this type from the input type.
Source§impl<R> From<fn() -> R> for LuaFunction
impl<R> From<fn() -> R> for LuaFunction
Source§impl<A, R> From<fn(A) -> R> for LuaFunction
impl<A, R> From<fn(A) -> R> for LuaFunction
Source§impl<A, B, R> From<fn(A, B) -> R> for LuaFunction
impl<A, B, R> From<fn(A, B) -> R> for LuaFunction
Source§impl<A, B, C, R> From<fn(A, B, C) -> R> for LuaFunction
impl<A, B, C, R> From<fn(A, B, C) -> R> for LuaFunction
Source§impl<A, B, C, D, R> From<fn(A, B, C, D) -> R> for LuaFunction
impl<A, B, C, D, R> From<fn(A, B, C, D) -> R> for LuaFunction
Source§impl IntoOptionalLuaFunction for LuaFunction
impl IntoOptionalLuaFunction for LuaFunction
fn into_optional_lua_function(self) -> Option<LuaFunction>
Source§impl PartialEq for LuaFunction
impl PartialEq for LuaFunction
impl StructuralPartialEq for LuaFunction
Auto Trait Implementations§
impl Freeze for LuaFunction
impl RefUnwindSafe for LuaFunction
impl Send for LuaFunction
impl Sync for LuaFunction
impl Unpin for LuaFunction
impl UnsafeUnpin for LuaFunction
impl UnwindSafe for LuaFunction
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