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