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