pub struct DtmfDigits(/* private fields */);Expand description
DTMF digit sequence (valid characters: 0-9, A-D, *, #).
The maximum length of a DTMF digit sequence on the TH-D75 is 16 characters.
Implementations§
Trait Implementations§
Source§impl Clone for DtmfDigits
impl Clone for DtmfDigits
Source§fn clone(&self) -> DtmfDigits
fn clone(&self) -> DtmfDigits
Returns a duplicate of the value. Read more
1.0.0 · 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 DtmfDigits
impl Debug for DtmfDigits
Source§impl Default for DtmfDigits
impl Default for DtmfDigits
Source§fn default() -> DtmfDigits
fn default() -> DtmfDigits
Returns the “default value” for a type. Read more
Source§impl Hash for DtmfDigits
impl Hash for DtmfDigits
Source§impl PartialEq for DtmfDigits
impl PartialEq for DtmfDigits
impl Eq for DtmfDigits
impl StructuralPartialEq for DtmfDigits
Auto Trait Implementations§
impl Freeze for DtmfDigits
impl RefUnwindSafe for DtmfDigits
impl Send for DtmfDigits
impl Sync for DtmfDigits
impl Unpin for DtmfDigits
impl UnwindSafe for DtmfDigits
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