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