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