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