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