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