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