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