pub enum ButtonType {
Show 62 variants
Unused,
LastNumberRedial,
SpeedDial,
Hold,
Transfer,
ForwardAll,
ForwardBusy,
ForwardNoAnswer,
Display,
Line,
T120Chat,
T120Whiteboard,
T120ApplicationSharing,
T120FileTransfer,
Video,
Voicemail,
AnswerRelease,
AutoAnswer,
Select,
Feature,
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,
PlaceholderMulti,
PlaceholderLine,
PlaceholderSpeedDial,
PlaceholderHint,
PlaceholderAbbreviatedDial,
AcousticEchoCancellation,
Undefined,
Unknown(u32),
}Expand description
Button definitions use the stimulus values plus provisioning-only placeholder values in the 0xf1..=0xf5 range.
Variants§
Unused
LastNumberRedial
SpeedDial
Hold
Transfer
ForwardAll
ForwardBusy
ForwardNoAnswer
Display
Line
T120Chat
T120Whiteboard
T120ApplicationSharing
T120FileTransfer
Video
Voicemail
AnswerRelease
AutoAnswer
Select
Feature
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
PlaceholderMulti
PlaceholderLine
PlaceholderSpeedDial
PlaceholderHint
PlaceholderAbbreviatedDial
AcousticEchoCancellation
Undefined
Unknown(u32)
Implementations§
Trait Implementations§
Source§impl Clone for ButtonType
impl Clone for ButtonType
Source§fn clone(&self) -> ButtonType
fn clone(&self) -> ButtonType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ButtonType
Source§impl Debug for ButtonType
impl Debug for ButtonType
impl Eq for ButtonType
Source§impl From<ButtonType> for u32
impl From<ButtonType> for u32
Source§fn from(value: ButtonType) -> Self
fn from(value: ButtonType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ButtonType
impl From<u32> for ButtonType
Source§impl Hash for ButtonType
impl Hash for ButtonType
Source§impl PartialEq for ButtonType
impl PartialEq for ButtonType
impl StructuralPartialEq for ButtonType
Auto Trait Implementations§
impl Freeze for ButtonType
impl RefUnwindSafe for ButtonType
impl Send for ButtonType
impl Sync for ButtonType
impl Unpin for ButtonType
impl UnsafeUnpin for ButtonType
impl UnwindSafe for ButtonType
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