pub struct Unsafe;Expand description
Marker type for unsafe functions.
Trait Implementations§
Source§impl<Ret> WithSafety<Unsafe> for extern "C" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for extern "C" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for extern "C" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for extern "C" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for extern "C" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for extern "C" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for extern "C" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for extern "C" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "C" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "C" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "C" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "C" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "C" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "C" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for extern "C-unwind" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for extern "C-unwind" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for extern "C-unwind" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for extern "C-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for extern "C-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for extern "C-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for extern "C-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for extern "C-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "C-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "C-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "C-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "C-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for extern "system" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for extern "system" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for extern "system" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for extern "system" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for extern "system" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for extern "system" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for extern "system" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for extern "system" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "system" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "system" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "system" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "system" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "system" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "system" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for extern "system-unwind" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for extern "system-unwind" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for extern "system-unwind" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for extern "system-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for extern "system-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for extern "system-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for extern "system-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for extern "system-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "system-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "system-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "system-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "system-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for extern "sysv64" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for extern "sysv64" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for extern "sysv64" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for extern "sysv64" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for extern "sysv64" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for extern "sysv64" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for extern "sysv64" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for extern "sysv64" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "sysv64" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "sysv64" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "sysv64" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "sysv64" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "sysv64" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "sysv64" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for extern "sysv64-unwind" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for extern "sysv64-unwind" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for fn() -> Ret
impl<Ret> WithSafety<Unsafe> for fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for unsafe extern "C" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for unsafe extern "C" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for unsafe extern "C" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for unsafe extern "C" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "C" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "C" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "C" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "C" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "C" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "C" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "C" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "C" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "C" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "C" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for unsafe extern "C-unwind" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for unsafe extern "C-unwind" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "C-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for unsafe extern "system" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for unsafe extern "system" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for unsafe extern "system" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for unsafe extern "system" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "system" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "system" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "system" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "system" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "system" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "system" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "system" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "system" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "system" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "system" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for unsafe extern "system-unwind" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for unsafe extern "system-unwind" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "system-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for unsafe extern "sysv64" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for unsafe extern "sysv64" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "sysv64" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn() -> Ret
impl<Ret> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe extern "sysv64-unwind" fn(A, B, C, D, E, F) -> Ret
Source§impl<Ret> WithSafety<Unsafe> for unsafe fn() -> Ret
impl<Ret> WithSafety<Unsafe> for unsafe fn() -> Ret
Source§impl<Ret, A> WithSafety<Unsafe> for unsafe fn(A) -> Ret
impl<Ret, A> WithSafety<Unsafe> for unsafe fn(A) -> Ret
Source§impl<Ret, A, B> WithSafety<Unsafe> for unsafe fn(A, B) -> Ret
impl<Ret, A, B> WithSafety<Unsafe> for unsafe fn(A, B) -> Ret
Source§impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe fn(A, B, C) -> Ret
impl<Ret, A, B, C> WithSafety<Unsafe> for unsafe fn(A, B, C) -> Ret
Source§impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe fn(A, B, C, D) -> Ret
impl<Ret, A, B, C, D> WithSafety<Unsafe> for unsafe fn(A, B, C, D) -> Ret
Source§impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe fn(A, B, C, D, E) -> Ret
impl<Ret, A, B, C, D, E> WithSafety<Unsafe> for unsafe fn(A, B, C, D, E) -> Ret
Source§impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe fn(A, B, C, D, E, F) -> Ret
impl<Ret, A, B, C, D, E, F> WithSafety<Unsafe> for unsafe fn(A, B, C, D, E, F) -> Ret
impl Copy for Unsafe
impl Eq for Unsafe
impl StructuralPartialEq for Unsafe
Auto Trait Implementations§
impl Freeze for Unsafe
impl RefUnwindSafe for Unsafe
impl Send for Unsafe
impl Sync for Unsafe
impl Unpin for Unsafe
impl UnwindSafe for Unsafe
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