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