pub struct UpdateFigureData {
pub figure_string: String,
pub gender: String,
}
Fields§
§figure_string: String
§gender: String
Trait Implementations§
source§impl BaseParser for UpdateFigureData
impl BaseParser for UpdateFigureData
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for UpdateFigureData
impl Clone for UpdateFigureData
source§fn clone(&self) -> UpdateFigureData
fn clone(&self) -> UpdateFigureData
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 UpdateFigureData
impl Debug for UpdateFigureData
source§impl Default for UpdateFigureData
impl Default for UpdateFigureData
source§fn default() -> UpdateFigureData
fn default() -> UpdateFigureData
Returns the “default value” for a type. Read more
source§impl PacketVariable for UpdateFigureData
impl PacketVariable for UpdateFigureData
source§impl PartialEq<UpdateFigureData> for UpdateFigureData
impl PartialEq<UpdateFigureData> for UpdateFigureData
source§fn eq(&self, other: &UpdateFigureData) -> bool
fn eq(&self, other: &UpdateFigureData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateFigureData
Auto Trait Implementations§
impl RefUnwindSafe for UpdateFigureData
impl Send for UpdateFigureData
impl Sync for UpdateFigureData
impl Unpin for UpdateFigureData
impl UnwindSafe for UpdateFigureData
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