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