pub struct LuaStorage;Implementations§
Source§impl LuaStorage
impl LuaStorage
Trait Implementations§
Source§impl Clone for LuaStorage
impl Clone for LuaStorage
Source§fn clone(&self) -> LuaStorage
fn clone(&self) -> LuaStorage
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 LuaStorage
Source§impl Debug for LuaStorage
impl Debug for LuaStorage
Source§impl Default for LuaStorage
impl Default for LuaStorage
Source§fn default() -> LuaStorage
fn default() -> LuaStorage
Returns the “default value” for a type. Read more
impl Eq for LuaStorage
Source§impl From<LuaStorage> for LuaAny
impl From<LuaStorage> for LuaAny
Source§fn from(_: LuaStorage) -> Self
fn from(_: LuaStorage) -> Self
Converts to this type from the input type.
Source§impl Index<&str> for LuaStorage
impl Index<&str> for LuaStorage
Source§impl PartialEq for LuaStorage
impl PartialEq for LuaStorage
impl StructuralPartialEq for LuaStorage
Auto Trait Implementations§
impl Freeze for LuaStorage
impl RefUnwindSafe for LuaStorage
impl Send for LuaStorage
impl Sync for LuaStorage
impl Unpin for LuaStorage
impl UnsafeUnpin for LuaStorage
impl UnwindSafe for LuaStorage
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