pub struct CiscoIpPhoneDirectoryEntry {
pub name: Option<String>,
pub telephone: Option<String>,
}Expand description
A directory entry containing an optional display name and dialable value.
Fields§
§name: Option<String>§telephone: Option<String>Trait Implementations§
Source§impl Clone for CiscoIpPhoneDirectoryEntry
impl Clone for CiscoIpPhoneDirectoryEntry
Source§fn clone(&self) -> CiscoIpPhoneDirectoryEntry
fn clone(&self) -> CiscoIpPhoneDirectoryEntry
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 CiscoIpPhoneDirectoryEntry
impl Debug for CiscoIpPhoneDirectoryEntry
Source§impl<'de> Deserialize<'de> for CiscoIpPhoneDirectoryEntry
impl<'de> Deserialize<'de> for CiscoIpPhoneDirectoryEntry
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 CiscoIpPhoneDirectoryEntry
impl StructuralPartialEq for CiscoIpPhoneDirectoryEntry
Auto Trait Implementations§
impl Freeze for CiscoIpPhoneDirectoryEntry
impl RefUnwindSafe for CiscoIpPhoneDirectoryEntry
impl Send for CiscoIpPhoneDirectoryEntry
impl Sync for CiscoIpPhoneDirectoryEntry
impl Unpin for CiscoIpPhoneDirectoryEntry
impl UnsafeUnpin for CiscoIpPhoneDirectoryEntry
impl UnwindSafe for CiscoIpPhoneDirectoryEntry
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