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