pub struct RandomUtils;Expand description
随机字符串工具。
Implementations§
Source§impl RandomUtils
impl RandomUtils
Sourcepub fn get_random_str() -> String
pub fn get_random_str() -> String
Auto Trait Implementations§
impl Freeze for RandomUtils
impl RefUnwindSafe for RandomUtils
impl Send for RandomUtils
impl Sync for RandomUtils
impl Unpin for RandomUtils
impl UnsafeUnpin for RandomUtils
impl UnwindSafe for RandomUtils
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