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