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