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