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