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