pub struct QmiMessageVoiceDialCallOutput { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for QmiMessageVoiceDialCallOutput
impl !Sync for QmiMessageVoiceDialCallOutput
impl !Unpin for QmiMessageVoiceDialCallOutput
impl Freeze for QmiMessageVoiceDialCallOutput
impl RefUnwindSafe for QmiMessageVoiceDialCallOutput
impl UnsafeUnpin for QmiMessageVoiceDialCallOutput
impl UnwindSafe for QmiMessageVoiceDialCallOutput
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