pub struct HashIdsBuilderWithCustomAlphabet { /* private fields */ }Expand description
Same as HashIdsBuilder, but with custom alphabet (which can fail)
Implementations§
Source§impl HashIdsBuilderWithCustomAlphabet
impl HashIdsBuilderWithCustomAlphabet
Sourcepub fn with_min_length(self, min_length: usize) -> Self
pub fn with_min_length(self, min_length: usize) -> Self
Set the minimum length for the encoded string
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashIdsBuilderWithCustomAlphabet
impl RefUnwindSafe for HashIdsBuilderWithCustomAlphabet
impl Send for HashIdsBuilderWithCustomAlphabet
impl Sync for HashIdsBuilderWithCustomAlphabet
impl Unpin for HashIdsBuilderWithCustomAlphabet
impl UnwindSafe for HashIdsBuilderWithCustomAlphabet
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