pub struct ShipEntry {
pub ship_type: ShipType,
pub status: ShipStatus,
}
Fields§
§ship_type: ShipType
§status: ShipStatus
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShipEntry
impl RefUnwindSafe for ShipEntry
impl Send for ShipEntry
impl Sync for ShipEntry
impl Unpin for ShipEntry
impl UnwindSafe for ShipEntry
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