pub enum SoftKey {
Show 33 variants
Redial,
NewCall,
Hold,
Transfer,
ForwardAll,
ForwardBusy,
ForwardNoAnswer,
Backspace,
EndCall,
Resume,
Answer,
Info,
Conference,
Park,
Join,
MeetMe,
Pickup,
GroupPickup,
Monitor,
Callback,
Barge,
DoNotDisturb,
ConferenceList,
Select,
Private,
TransferToVoicemail,
DirectTransfer,
ImmediateDivert,
VideoMode,
Intercept,
Empty,
Dial,
Unknown(u32),
}Expand description
Soft-key events are one-based positions in the advertised template.
Variants§
Redial
NewCall
Hold
Transfer
ForwardAll
ForwardBusy
ForwardNoAnswer
Backspace
EndCall
Resume
Answer
Info
Conference
Park
Join
MeetMe
Pickup
GroupPickup
Monitor
Callback
Barge
DoNotDisturb
ConferenceList
Select
Private
TransferToVoicemail
DirectTransfer
ImmediateDivert
VideoMode
Intercept
Empty
Dial
Unknown(u32)
Implementations§
Trait Implementations§
impl Copy for SoftKey
impl Eq for SoftKey
impl StructuralPartialEq for SoftKey
Auto Trait Implementations§
impl Freeze for SoftKey
impl RefUnwindSafe for SoftKey
impl Send for SoftKey
impl Sync for SoftKey
impl Unpin for SoftKey
impl UnsafeUnpin for SoftKey
impl UnwindSafe for SoftKey
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