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