pub struct AddSpamWallPostIt {
pub item_id: LegacyId,
pub location: String,
pub color_hex: String,
pub text: String,
}
Fields§
§item_id: LegacyId
§location: String
§color_hex: String
§text: String
Trait Implementations§
Source§impl BaseParser for AddSpamWallPostIt
impl BaseParser for AddSpamWallPostIt
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 AddSpamWallPostIt
impl Clone for AddSpamWallPostIt
Source§fn clone(&self) -> AddSpamWallPostIt
fn clone(&self) -> AddSpamWallPostIt
Returns a duplicate 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 AddSpamWallPostIt
impl Debug for AddSpamWallPostIt
Source§impl Default for AddSpamWallPostIt
impl Default for AddSpamWallPostIt
Source§fn default() -> AddSpamWallPostIt
fn default() -> AddSpamWallPostIt
Returns the “default value” for a type. Read more
Source§impl PacketVariable for AddSpamWallPostIt
impl PacketVariable for AddSpamWallPostIt
Source§impl PartialEq for AddSpamWallPostIt
impl PartialEq for AddSpamWallPostIt
impl StructuralPartialEq for AddSpamWallPostIt
Auto Trait Implementations§
impl Freeze for AddSpamWallPostIt
impl RefUnwindSafe for AddSpamWallPostIt
impl Send for AddSpamWallPostIt
impl Sync for AddSpamWallPostIt
impl Unpin for AddSpamWallPostIt
impl UnwindSafe for AddSpamWallPostIt
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