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