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