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