Struct eventful_test_shared::FrogModel
source · pub struct FrogModel {
pub name: String,
pub hopped_distance_mm: u32,
pub swam_distance_mm: u32,
pub eat_count: u32,
}Fields§
§name: String§hopped_distance_mm: u32§swam_distance_mm: u32§eat_count: u32Trait Implementations§
source§impl NamedEntity for FrogModel
impl NamedEntity for FrogModel
fn entity_name() -> &'static str
Auto Trait Implementations§
impl RefUnwindSafe for FrogModel
impl Send for FrogModel
impl Sync for FrogModel
impl Unpin for FrogModel
impl UnwindSafe for FrogModel
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