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