pub struct RandomStringIdProvider { /* private fields */ }
Expand description
Used to generate random strings for use as subscription IDs.
Implementations§
Trait Implementations§
Source§impl Clone for RandomStringIdProvider
impl Clone for RandomStringIdProvider
Source§fn clone(&self) -> RandomStringIdProvider
fn clone(&self) -> RandomStringIdProvider
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RandomStringIdProvider
impl Debug for RandomStringIdProvider
Source§impl Default for RandomStringIdProvider
impl Default for RandomStringIdProvider
Source§impl Hash for RandomStringIdProvider
impl Hash for RandomStringIdProvider
Source§impl IdProvider for RandomStringIdProvider
impl IdProvider for RandomStringIdProvider
Source§impl PartialEq for RandomStringIdProvider
impl PartialEq for RandomStringIdProvider
impl Copy for RandomStringIdProvider
impl Eq for RandomStringIdProvider
impl StructuralPartialEq for RandomStringIdProvider
Auto Trait Implementations§
impl Freeze for RandomStringIdProvider
impl RefUnwindSafe for RandomStringIdProvider
impl Send for RandomStringIdProvider
impl Sync for RandomStringIdProvider
impl Unpin for RandomStringIdProvider
impl UnwindSafe for RandomStringIdProvider
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