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