pub struct CreateWithoutStarting;
Trait Implementations§
Source§impl Method for CreateWithoutStarting
impl Method for CreateWithoutStarting
Source§type Request = WireLauncherCreateWithoutStartingRequest
type Request = WireLauncherCreateWithoutStartingRequest
The request payload for the method.
Source§type Response = WireLauncherCreateWithoutStartingResponse
type Response = WireLauncherCreateWithoutStartingResponse
The response payload for the method.
Auto Trait Implementations§
impl Freeze for CreateWithoutStarting
impl RefUnwindSafe for CreateWithoutStarting
impl Send for CreateWithoutStarting
impl Sync for CreateWithoutStarting
impl Unpin for CreateWithoutStarting
impl UnwindSafe for CreateWithoutStarting
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