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