pub struct GuideSessionOnDutyUpdate {
pub on_duty: bool,
pub handle_guide_tickets: bool,
pub handle_helper_tickets: bool,
pub handle_guardian_tickets: bool,
}
Fields§
§on_duty: bool
§handle_guide_tickets: bool
§handle_helper_tickets: bool
§handle_guardian_tickets: bool
Trait Implementations§
Source§impl BaseParser for GuideSessionOnDutyUpdate
impl BaseParser for GuideSessionOnDutyUpdate
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 GuideSessionOnDutyUpdate
impl Clone for GuideSessionOnDutyUpdate
Source§fn clone(&self) -> GuideSessionOnDutyUpdate
fn clone(&self) -> GuideSessionOnDutyUpdate
Returns a duplicate 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 GuideSessionOnDutyUpdate
impl Debug for GuideSessionOnDutyUpdate
Source§impl Default for GuideSessionOnDutyUpdate
impl Default for GuideSessionOnDutyUpdate
Source§fn default() -> GuideSessionOnDutyUpdate
fn default() -> GuideSessionOnDutyUpdate
Returns the “default value” for a type. Read more
Source§impl PartialEq for GuideSessionOnDutyUpdate
impl PartialEq for GuideSessionOnDutyUpdate
impl StructuralPartialEq for GuideSessionOnDutyUpdate
Auto Trait Implementations§
impl Freeze for GuideSessionOnDutyUpdate
impl RefUnwindSafe for GuideSessionOnDutyUpdate
impl Send for GuideSessionOnDutyUpdate
impl Sync for GuideSessionOnDutyUpdate
impl Unpin for GuideSessionOnDutyUpdate
impl UnwindSafe for GuideSessionOnDutyUpdate
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