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