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