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