pub struct NavigatorSearchResultBlocks {
pub search_result: SearchResultSet,
}
Fields§
§search_result: SearchResultSet
Trait Implementations§
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§fn clone(&self) -> NavigatorSearchResultBlocks
fn clone(&self) -> NavigatorSearchResultBlocks
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§fn default() -> NavigatorSearchResultBlocks
fn default() -> NavigatorSearchResultBlocks
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &NavigatorSearchResultBlocks) -> bool
fn eq(&self, other: &NavigatorSearchResultBlocks) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.