pub struct SendRoomInvite {
pub user_ids: Vec<LegacyId>,
pub msg: String,
}
Fields§
§user_ids: Vec<LegacyId>
§msg: String
Trait Implementations§
Source§impl BaseParser for SendRoomInvite
impl BaseParser for SendRoomInvite
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 SendRoomInvite
impl Clone for SendRoomInvite
Source§fn clone(&self) -> SendRoomInvite
fn clone(&self) -> SendRoomInvite
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 SendRoomInvite
impl Debug for SendRoomInvite
Source§impl Default for SendRoomInvite
impl Default for SendRoomInvite
Source§fn default() -> SendRoomInvite
fn default() -> SendRoomInvite
Returns the “default value” for a type. Read more
Source§impl PacketVariable for SendRoomInvite
impl PacketVariable for SendRoomInvite
Source§impl PartialEq for SendRoomInvite
impl PartialEq for SendRoomInvite
impl StructuralPartialEq for SendRoomInvite
Auto Trait Implementations§
impl Freeze for SendRoomInvite
impl RefUnwindSafe for SendRoomInvite
impl Send for SendRoomInvite
impl Sync for SendRoomInvite
impl Unpin for SendRoomInvite
impl UnwindSafe for SendRoomInvite
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