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