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