Enum notify_rust::CloseReason
source · [−]pub enum CloseReason {
Expired,
Dismissed,
CloseAction,
Other(u32),
}Expand description
Reased passed to NotificationClosed Signal
Specification
As listed under Table 8. NotificationClosed Parameters
Variants
Expired
The notification expired
Dismissed
The notification was dismissed by the user
CloseAction
The notification was closed by a call to CloseNotification
Other(u32)
Undefined/Reserved reason
Trait Implementations
This is called with the CloseReason.
Auto Trait Implementations
impl RefUnwindSafe for CloseReason
impl Send for CloseReason
impl Sync for CloseReason
impl Unpin for CloseReason
impl UnwindSafe for CloseReason
Blanket Implementations
Mutably borrows from an owned value. Read more