pub struct ValHandle;Implementations§
Auto Trait Implementations§
impl Freeze for ValHandle
impl RefUnwindSafe for ValHandle
impl Send for ValHandle
impl Sync for ValHandle
impl Unpin for ValHandle
impl UnsafeUnpin for ValHandle
impl UnwindSafe for ValHandle
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