pub struct PollOffer {
pub id: LegacyId,
pub offer_type: String,
pub headline: String,
pub summary: String,
}
Fields§
§id: LegacyId
§offer_type: String
§headline: String
§summary: String
Trait Implementations§
Source§impl BaseParser for PollOffer
impl BaseParser for PollOffer
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 PacketVariable for PollOffer
impl PacketVariable for PollOffer
impl StructuralPartialEq for PollOffer
Auto Trait Implementations§
impl Freeze for PollOffer
impl RefUnwindSafe for PollOffer
impl Send for PollOffer
impl Sync for PollOffer
impl Unpin for PollOffer
impl UnwindSafe for PollOffer
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