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