pub struct LuaExtIdGen { /* private fields */ }Expand description
A monotonically increasing ID generator for LuaExt.
Implementations§
Trait Implementations§
Source§impl Debug for LuaExtIdGen
impl Debug for LuaExtIdGen
Source§impl Default for LuaExtIdGen
impl Default for LuaExtIdGen
Source§fn default() -> LuaExtIdGen
fn default() -> LuaExtIdGen
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaExtIdGen
impl RefUnwindSafe for LuaExtIdGen
impl Send for LuaExtIdGen
impl Sync for LuaExtIdGen
impl Unpin for LuaExtIdGen
impl UnsafeUnpin for LuaExtIdGen
impl UnwindSafe for LuaExtIdGen
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