pub enum Stimulus {
Show 57 variants
Unused,
LastNumberRedial,
SpeedDial,
Hold,
Transfer,
ForwardAll,
ForwardBusy,
ForwardNoAnswer,
Display,
Line,
T120Chat,
T120Whiteboard,
T120ApplicationSharing,
T120FileTransfer,
Video,
Voicemail,
AnswerRelease,
AutoAnswer,
Select,
Privacy,
ServiceUrl,
BlfSpeedDial,
DirectedPark,
Intercom,
MaliciousCall,
GenericAppB1,
GenericAppB2,
GenericAppB3,
GenericAppB4,
GenericAppB5,
MultiblinkFeature,
MeetMeConference,
Conference,
CallPark,
CallPickup,
GroupCallPickup,
Mobility,
DoNotDisturb,
ConferenceList,
RemoveLastParticipant,
QualityReportTool,
Callback,
OtherPickup,
VideoMode,
NewCall,
EndCall,
HuntGroupLogin,
Queuing,
ParkingLot,
Messages,
Directory,
Application,
Headset,
Keypad,
AcousticEchoCancellation,
Undefined,
Unknown(u32),
}Expand description
Physical or logical button stimulus reported by a station.
Variants§
Unused
LastNumberRedial
SpeedDial
Hold
Transfer
ForwardAll
ForwardBusy
ForwardNoAnswer
Display
Line
T120Chat
T120Whiteboard
T120ApplicationSharing
T120FileTransfer
Video
Voicemail
AnswerRelease
AutoAnswer
Select
Privacy
ServiceUrl
BlfSpeedDial
DirectedPark
Intercom
MaliciousCall
GenericAppB1
GenericAppB2
GenericAppB3
GenericAppB4
GenericAppB5
MultiblinkFeature
MeetMeConference
Conference
CallPark
CallPickup
GroupCallPickup
Mobility
DoNotDisturb
ConferenceList
RemoveLastParticipant
QualityReportTool
Callback
OtherPickup
VideoMode
NewCall
EndCall
HuntGroupLogin
Queuing
ParkingLot
Messages
Directory
Application
Headset
Keypad
AcousticEchoCancellation
Undefined
Unknown(u32)
Implementations§
Trait Implementations§
impl Copy for Stimulus
impl Eq for Stimulus
impl StructuralPartialEq for Stimulus
Auto Trait Implementations§
impl Freeze for Stimulus
impl RefUnwindSafe for Stimulus
impl Send for Stimulus
impl Sync for Stimulus
impl Unpin for Stimulus
impl UnsafeUnpin for Stimulus
impl UnwindSafe for Stimulus
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