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