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