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