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