pub struct RandomRunIds;Expand description
The production source: 128 bits straight from the kernel.
Trait Implementations§
Source§impl Debug for RandomRunIds
impl Debug for RandomRunIds
Source§impl Default for RandomRunIds
impl Default for RandomRunIds
Source§fn default() -> RandomRunIds
fn default() -> RandomRunIds
Returns the “default value” for a type. Read more
Source§impl RunIdSource for RandomRunIds
impl RunIdSource for RandomRunIds
Auto Trait Implementations§
impl Freeze for RandomRunIds
impl RefUnwindSafe for RandomRunIds
impl Send for RandomRunIds
impl Sync for RandomRunIds
impl Unpin for RandomRunIds
impl UnsafeUnpin for RandomRunIds
impl UnwindSafe for RandomRunIds
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