pub struct BlfSpeedDialDefinition {
pub instance: u32,
pub number: String,
pub display_name: String,
pub hint: String,
}Expand description
A speed-dial button whose lamp and icon follow an external presence target.
Fields§
§instance: u32Nonzero station button instance, unique among monitored speed dials.
number: String§display_name: String§hint: StringPresence-provider hint address, normally extension@context.
Trait Implementations§
Source§impl Clone for BlfSpeedDialDefinition
impl Clone for BlfSpeedDialDefinition
Source§fn clone(&self) -> BlfSpeedDialDefinition
fn clone(&self) -> BlfSpeedDialDefinition
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 BlfSpeedDialDefinition
impl Debug for BlfSpeedDialDefinition
impl Eq for BlfSpeedDialDefinition
Source§impl PartialEq for BlfSpeedDialDefinition
impl PartialEq for BlfSpeedDialDefinition
impl StructuralPartialEq for BlfSpeedDialDefinition
Auto Trait Implementations§
impl Freeze for BlfSpeedDialDefinition
impl RefUnwindSafe for BlfSpeedDialDefinition
impl Send for BlfSpeedDialDefinition
impl Sync for BlfSpeedDialDefinition
impl Unpin for BlfSpeedDialDefinition
impl UnsafeUnpin for BlfSpeedDialDefinition
impl UnwindSafe for BlfSpeedDialDefinition
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