pub struct LaunchInstanceResponseRequired {
pub instance: Instance,
}Expand description
Required fields for LaunchInstanceResponse
Fields§
§instance: InstanceThe returned model.Instance instance.
Auto Trait Implementations§
impl Freeze for LaunchInstanceResponseRequired
impl RefUnwindSafe for LaunchInstanceResponseRequired
impl Send for LaunchInstanceResponseRequired
impl Sync for LaunchInstanceResponseRequired
impl Unpin for LaunchInstanceResponseRequired
impl UnsafeUnpin for LaunchInstanceResponseRequired
impl UnwindSafe for LaunchInstanceResponseRequired
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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