pub struct Animal;Expand description
§Examples
let moniker = Animal::get_random();
println!("{}", moniker);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Animal
impl RefUnwindSafe for Animal
impl Send for Animal
impl Sync for Animal
impl Unpin for Animal
impl UnwindSafe for Animal
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