pub struct ShipKitModule {
pub ship: ShipType,
pub name: String,
pub piece: String,
}
Fields§
§ship: ShipType
§name: String
§piece: String
Trait Implementations§
Source§impl Clone for ShipKitModule
impl Clone for ShipKitModule
Source§fn clone(&self) -> ShipKitModule
fn clone(&self) -> ShipKitModule
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ShipKitModule
impl Debug for ShipKitModule
Source§impl<'de> Deserialize<'de> for ShipKitModule
impl<'de> Deserialize<'de> for ShipKitModule
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for ShipKitModule
impl FromStr for ShipKitModule
Source§impl PartialEq for ShipKitModule
impl PartialEq for ShipKitModule
Source§impl Serialize for ShipKitModule
impl Serialize for ShipKitModule
impl StructuralPartialEq for ShipKitModule
Auto Trait Implementations§
impl Freeze for ShipKitModule
impl RefUnwindSafe for ShipKitModule
impl Send for ShipKitModule
impl Sync for ShipKitModule
impl Unpin for ShipKitModule
impl UnwindSafe for ShipKitModule
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