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