pub struct TestProfileServerEndpoints {
pub proxy: ProfileProxy,
pub client: ProfileClient,
pub test_server: TestProfileServer,
}
Fields§
§proxy: ProfileProxy
§client: ProfileClient
§test_server: TestProfileServer
Auto Trait Implementations§
impl Freeze for TestProfileServerEndpoints
impl !RefUnwindSafe for TestProfileServerEndpoints
impl Send for TestProfileServerEndpoints
impl Sync for TestProfileServerEndpoints
impl Unpin for TestProfileServerEndpoints
impl !UnwindSafe for TestProfileServerEndpoints
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