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