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