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 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 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 for ChatReviewGuideVote
impl PartialEq for ChatReviewGuideVote
impl StructuralPartialEq for ChatReviewGuideVote
Auto Trait Implementations§
impl Freeze for ChatReviewGuideVote
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