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 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 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<ChatReviewSessionVotingStatus> for ChatReviewSessionVotingStatus
impl PartialEq<ChatReviewSessionVotingStatus> for ChatReviewSessionVotingStatus
source§fn eq(&self, other: &ChatReviewSessionVotingStatus) -> bool
fn eq(&self, other: &ChatReviewSessionVotingStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ChatReviewSessionVotingStatus
Auto Trait Implementations§
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