pub struct RandomEmail {
pub domain: String,
}Expand description
随机邮箱生成器
Fields§
§domain: String邮箱域名
Implementations§
Trait Implementations§
Source§impl Clone for RandomEmail
impl Clone for RandomEmail
Source§fn clone(&self) -> RandomEmail
fn clone(&self) -> RandomEmail
Returns a duplicate 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 RandomEmail
impl Debug for RandomEmail
Auto Trait Implementations§
impl Freeze for RandomEmail
impl RefUnwindSafe for RandomEmail
impl Send for RandomEmail
impl Sync for RandomEmail
impl Unpin for RandomEmail
impl UnsafeUnpin for RandomEmail
impl UnwindSafe for RandomEmail
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