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