pub struct ShipEngineColor {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
Source§impl Clone for ShipEngineColor
impl Clone for ShipEngineColor
Source§fn clone(&self) -> ShipEngineColor
fn clone(&self) -> ShipEngineColor
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 ShipEngineColor
impl Debug for ShipEngineColor
Source§impl<'de> Deserialize<'de> for ShipEngineColor
impl<'de> Deserialize<'de> for ShipEngineColor
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 ShipEngineColor
impl FromStr for ShipEngineColor
Source§impl PartialEq for ShipEngineColor
impl PartialEq for ShipEngineColor
Source§impl Serialize for ShipEngineColor
impl Serialize for ShipEngineColor
impl StructuralPartialEq for ShipEngineColor
Auto Trait Implementations§
impl Freeze for ShipEngineColor
impl RefUnwindSafe for ShipEngineColor
impl Send for ShipEngineColor
impl Sync for ShipEngineColor
impl Unpin for ShipEngineColor
impl UnwindSafe for ShipEngineColor
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