pub struct CiscoIpPhoneSoftKeyItem {
pub name: Option<String>,
pub position: PhoneSoftKeyPosition,
pub url: Option<String>,
pub url_down: Option<String>,
}Expand description
Optional label and press/release actions assigned to one soft-key slot.
Fields§
§name: Option<String>§position: PhoneSoftKeyPosition§url: Option<String>§url_down: Option<String>Trait Implementations§
Source§impl Clone for CiscoIpPhoneSoftKeyItem
impl Clone for CiscoIpPhoneSoftKeyItem
Source§fn clone(&self) -> CiscoIpPhoneSoftKeyItem
fn clone(&self) -> CiscoIpPhoneSoftKeyItem
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 moreSource§impl Debug for CiscoIpPhoneSoftKeyItem
impl Debug for CiscoIpPhoneSoftKeyItem
Source§impl<'de> Deserialize<'de> for CiscoIpPhoneSoftKeyItem
impl<'de> Deserialize<'de> for CiscoIpPhoneSoftKeyItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CiscoIpPhoneSoftKeyItem
Source§impl PartialEq for CiscoIpPhoneSoftKeyItem
impl PartialEq for CiscoIpPhoneSoftKeyItem
Source§impl Serialize for CiscoIpPhoneSoftKeyItem
impl Serialize for CiscoIpPhoneSoftKeyItem
impl StructuralPartialEq for CiscoIpPhoneSoftKeyItem
Auto Trait Implementations§
impl Freeze for CiscoIpPhoneSoftKeyItem
impl RefUnwindSafe for CiscoIpPhoneSoftKeyItem
impl Send for CiscoIpPhoneSoftKeyItem
impl Sync for CiscoIpPhoneSoftKeyItem
impl Unpin for CiscoIpPhoneSoftKeyItem
impl UnsafeUnpin for CiscoIpPhoneSoftKeyItem
impl UnwindSafe for CiscoIpPhoneSoftKeyItem
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