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