pub struct CampaignCalendarDoorOpened {
pub door_opened: bool,
pub product_name: String,
pub custom_image: String,
pub furniture_class_name: String,
}
Fields§
§door_opened: bool
§product_name: String
§custom_image: String
§furniture_class_name: String
Trait Implementations§
Source§impl BaseParser for CampaignCalendarDoorOpened
impl BaseParser for CampaignCalendarDoorOpened
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 CampaignCalendarDoorOpened
impl Clone for CampaignCalendarDoorOpened
Source§fn clone(&self) -> CampaignCalendarDoorOpened
fn clone(&self) -> CampaignCalendarDoorOpened
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 CampaignCalendarDoorOpened
impl Debug for CampaignCalendarDoorOpened
Source§impl Default for CampaignCalendarDoorOpened
impl Default for CampaignCalendarDoorOpened
Source§fn default() -> CampaignCalendarDoorOpened
fn default() -> CampaignCalendarDoorOpened
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CampaignCalendarDoorOpened
Auto Trait Implementations§
impl Freeze for CampaignCalendarDoorOpened
impl RefUnwindSafe for CampaignCalendarDoorOpened
impl Send for CampaignCalendarDoorOpened
impl Sync for CampaignCalendarDoorOpened
impl Unpin for CampaignCalendarDoorOpened
impl UnwindSafe for CampaignCalendarDoorOpened
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