pub struct RustHandlerBase(/* private fields */);Expand description
Opaque C++ RustHandlerBase from shim/binding.hpp
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustHandlerBase
impl RefUnwindSafe for RustHandlerBase
impl Send for RustHandlerBase
impl Sync for RustHandlerBase
impl Unpin for RustHandlerBase
impl UnsafeUnpin for RustHandlerBase
impl UnwindSafe for RustHandlerBase
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