Struct g_rust::extension::parsers::subparsers::SearchResultList
source · pub struct SearchResultList {
pub search_code: String,
pub text: String,
pub action_allowed: i32,
pub force_closed: bool,
pub view_mode: i32,
pub guest_rooms: Vec<GuestRoomData>,
}
Fields§
§search_code: String
§text: String
§action_allowed: i32
§force_closed: bool
§view_mode: i32
§guest_rooms: Vec<GuestRoomData>
Trait Implementations§
source§impl Clone for SearchResultList
impl Clone for SearchResultList
source§fn clone(&self) -> SearchResultList
fn clone(&self) -> SearchResultList
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 SearchResultList
impl Debug for SearchResultList
source§impl Default for SearchResultList
impl Default for SearchResultList
source§fn default() -> SearchResultList
fn default() -> SearchResultList
Returns the “default value” for a type. Read more
source§impl PacketVariable for SearchResultList
impl PacketVariable for SearchResultList
source§impl PartialEq<SearchResultList> for SearchResultList
impl PartialEq<SearchResultList> for SearchResultList
source§fn eq(&self, other: &SearchResultList) -> bool
fn eq(&self, other: &SearchResultList) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SearchResultList
Auto Trait Implementations§
impl RefUnwindSafe for SearchResultList
impl Send for SearchResultList
impl Sync for SearchResultList
impl Unpin for SearchResultList
impl UnwindSafe for SearchResultList
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