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