pub struct TelephoneEventDecoder {}Implementations§
Trait Implementations§
Source§impl Decoder for TelephoneEventDecoder
impl Decoder for TelephoneEventDecoder
Source§impl Default for TelephoneEventDecoder
impl Default for TelephoneEventDecoder
Source§fn default() -> TelephoneEventDecoder
fn default() -> TelephoneEventDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TelephoneEventDecoder
impl RefUnwindSafe for TelephoneEventDecoder
impl Send for TelephoneEventDecoder
impl Sync for TelephoneEventDecoder
impl Unpin for TelephoneEventDecoder
impl UnwindSafe for TelephoneEventDecoder
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