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