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