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