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