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