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