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