Enum ssip_client_async::types::NotificationType
source · pub enum NotificationType {
Begin,
End,
Cancel,
Pause,
Resume,
IndexMark,
All,
}Expand description
Notification type
Variants§
Trait Implementations§
source§impl Clone for NotificationType
impl Clone for NotificationType
source§fn clone(&self) -> NotificationType
fn clone(&self) -> NotificationType
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 more