pub struct CiscoIpPhoneKeyItem {
pub key: PhoneXmlKey,
pub url: Option<String>,
pub url_down: Option<String>,
}Expand description
Press and optional release actions bound to one physical key.
Fields§
§key: PhoneXmlKey§url: Option<String>§url_down: Option<String>Trait Implementations§
Source§impl Clone for CiscoIpPhoneKeyItem
impl Clone for CiscoIpPhoneKeyItem
Source§fn clone(&self) -> CiscoIpPhoneKeyItem
fn clone(&self) -> CiscoIpPhoneKeyItem
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 CiscoIpPhoneKeyItem
impl Debug for CiscoIpPhoneKeyItem
Source§impl<'de> Deserialize<'de> for CiscoIpPhoneKeyItem
impl<'de> Deserialize<'de> for CiscoIpPhoneKeyItem
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 CiscoIpPhoneKeyItem
Source§impl PartialEq for CiscoIpPhoneKeyItem
impl PartialEq for CiscoIpPhoneKeyItem
Source§impl Serialize for CiscoIpPhoneKeyItem
impl Serialize for CiscoIpPhoneKeyItem
impl StructuralPartialEq for CiscoIpPhoneKeyItem
Auto Trait Implementations§
impl Freeze for CiscoIpPhoneKeyItem
impl RefUnwindSafe for CiscoIpPhoneKeyItem
impl Send for CiscoIpPhoneKeyItem
impl Sync for CiscoIpPhoneKeyItem
impl Unpin for CiscoIpPhoneKeyItem
impl UnsafeUnpin for CiscoIpPhoneKeyItem
impl UnwindSafe for CiscoIpPhoneKeyItem
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