pub struct SipDTMF {
pub code: u32,
pub digit: String,
pub destination_identities: Vec<ParticipantIdentity>,
}Fields§
§code: u32§digit: String§destination_identities: Vec<ParticipantIdentity>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SipDTMF
impl RefUnwindSafe for SipDTMF
impl Send for SipDTMF
impl Sync for SipDTMF
impl Unpin for SipDTMF
impl UnsafeUnpin for SipDTMF
impl UnwindSafe for SipDTMF
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