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