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