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 copy 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<NotificationDialog> for NotificationDialog
impl PartialEq<NotificationDialog> for NotificationDialog
source§fn eq(&self, other: &NotificationDialog) -> bool
fn eq(&self, other: &NotificationDialog) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NotificationDialog
Auto Trait Implementations§
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