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