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