pub struct UiNotification {
pub id: SessionId,
pub reaction_key: String,
pub action: ReactionAction,
pub message: Option<String>,
pub priority: Option<String>,
}Fields§
§id: SessionId§reaction_key: String§action: ReactionAction§message: Option<String>§priority: Option<String>Trait Implementations§
Source§impl Clone for UiNotification
impl Clone for UiNotification
Source§fn clone(&self) -> UiNotification
fn clone(&self) -> UiNotification
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 UiNotification
impl Debug for UiNotification
Auto Trait Implementations§
impl Freeze for UiNotification
impl RefUnwindSafe for UiNotification
impl Send for UiNotification
impl Sync for UiNotification
impl Unpin for UiNotification
impl UnsafeUnpin for UiNotification
impl UnwindSafe for UiNotification
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