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