pub struct DtmfName(/* private fields */);Expand description
DTMF memory name (up to 8 characters).
Implementations§
Trait Implementations§
impl Eq for DtmfName
impl StructuralPartialEq for DtmfName
Auto Trait Implementations§
impl Freeze for DtmfName
impl RefUnwindSafe for DtmfName
impl Send for DtmfName
impl Sync for DtmfName
impl Unpin for DtmfName
impl UnwindSafe for DtmfName
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