pub struct MyRoomsSearch {}
Trait Implementations§
source§impl BaseParser for MyRoomsSearch
impl BaseParser for MyRoomsSearch
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 MyRoomsSearch
impl Clone for MyRoomsSearch
source§fn clone(&self) -> MyRoomsSearch
fn clone(&self) -> MyRoomsSearch
Returns a copy 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 MyRoomsSearch
impl Debug for MyRoomsSearch
source§impl Default for MyRoomsSearch
impl Default for MyRoomsSearch
source§fn default() -> MyRoomsSearch
fn default() -> MyRoomsSearch
Returns the “default value” for a type. Read more
source§impl PacketVariable for MyRoomsSearch
impl PacketVariable for MyRoomsSearch
source§impl PartialEq<MyRoomsSearch> for MyRoomsSearch
impl PartialEq<MyRoomsSearch> for MyRoomsSearch
source§fn eq(&self, other: &MyRoomsSearch) -> bool
fn eq(&self, other: &MyRoomsSearch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MyRoomsSearch
Auto Trait Implementations§
impl RefUnwindSafe for MyRoomsSearch
impl Send for MyRoomsSearch
impl Sync for MyRoomsSearch
impl Unpin for MyRoomsSearch
impl UnwindSafe for MyRoomsSearch
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