pub struct DeprecatedVMHook {
pub name: &'static str,
pub note: &'static str,
}Fields§
§name: &'static str§note: &'static strImplementations§
Auto Trait Implementations§
impl Freeze for DeprecatedVMHook
impl RefUnwindSafe for DeprecatedVMHook
impl Send for DeprecatedVMHook
impl Sync for DeprecatedVMHook
impl Unpin for DeprecatedVMHook
impl UnwindSafe for DeprecatedVMHook
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