pub struct RandomWord { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for RandomWord
impl Debug for RandomWord
Source§impl Default for RandomWord
impl Default for RandomWord
Source§fn default() -> RandomWord
fn default() -> RandomWord
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RandomWord
impl RefUnwindSafe for RandomWord
impl Send for RandomWord
impl Sync for RandomWord
impl Unpin for RandomWord
impl UnwindSafe for RandomWord
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