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