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