pub struct Moby;
Expand description
§Examples
let moniker = Moby::get_random();
println!("{}", moniker);
Implementations§
Source§impl Moby
impl Moby
pub fn get_surnames() -> &'static [&'static str]
Sourcepub fn get_adjectives() -> &'static [&'static str]
pub fn get_adjectives() -> &'static [&'static str]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Moby
impl RefUnwindSafe for Moby
impl Send for Moby
impl Sync for Moby
impl Unpin for Moby
impl UnwindSafe for Moby
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