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