pub struct GetGuildFurniContextMenuInfo {
pub item_id: LegacyId,
pub group_id: LegacyId,
}
Fields§
§item_id: LegacyId
§group_id: LegacyId
Trait Implementations§
Source§impl BaseParser for GetGuildFurniContextMenuInfo
impl BaseParser for GetGuildFurniContextMenuInfo
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 GetGuildFurniContextMenuInfo
impl Clone for GetGuildFurniContextMenuInfo
Source§fn clone(&self) -> GetGuildFurniContextMenuInfo
fn clone(&self) -> GetGuildFurniContextMenuInfo
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 GetGuildFurniContextMenuInfo
impl Debug for GetGuildFurniContextMenuInfo
Source§impl Default for GetGuildFurniContextMenuInfo
impl Default for GetGuildFurniContextMenuInfo
Source§fn default() -> GetGuildFurniContextMenuInfo
fn default() -> GetGuildFurniContextMenuInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetGuildFurniContextMenuInfo
impl PartialEq for GetGuildFurniContextMenuInfo
Source§fn eq(&self, other: &GetGuildFurniContextMenuInfo) -> bool
fn eq(&self, other: &GetGuildFurniContextMenuInfo) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetGuildFurniContextMenuInfo
Auto Trait Implementations§
impl Freeze for GetGuildFurniContextMenuInfo
impl RefUnwindSafe for GetGuildFurniContextMenuInfo
impl Send for GetGuildFurniContextMenuInfo
impl Sync for GetGuildFurniContextMenuInfo
impl Unpin for GetGuildFurniContextMenuInfo
impl UnwindSafe for GetGuildFurniContextMenuInfo
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