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