pub struct NavigatorAddSaved {
pub search_code: String,
pub filtering: String,
}
Fields§
§search_code: String
§filtering: String
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) -> NavigatorAddSaved
fn clone(&self) -> NavigatorAddSaved
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() -> NavigatorAddSaved
fn default() -> NavigatorAddSaved
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &NavigatorAddSaved) -> bool
fn eq(&self, other: &NavigatorAddSaved) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.